mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
7baf698f66
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
16 lines
540 B
Plaintext
16 lines
540 B
Plaintext
1/1: Building Main (Main.idr)
|
|
Error: While processing right hand side of dpairWithExtraInfoBad. When unifying:
|
|
[MN 0, MN 0]
|
|
and:
|
|
[MN 0]
|
|
Mismatch between: [MN 0] and [].
|
|
|
|
Main:27:27--27:36
|
|
23 | dpairWithExtraInfoWorks : List (vars : List Name ** Expr vars)
|
|
24 | dpairWithExtraInfoWorks = [([MN 0] ** CLocal {x=MN 0} (First {ns=[]}))]
|
|
25 |
|
|
26 | dpairWithExtraInfoBad : List (vars : List Name ** Expr vars)
|
|
27 | dpairWithExtraInfoBad = [([MN 0] ** CLocal {x=MN 0} (First {ns=[MN 0]}))]
|
|
^^^^^^^^^
|
|
|