2020-05-19 20:25:18 +03:00
|
|
|
1/1: Building Main (Main.idr)
|
2021-09-15 13:57:50 +03:00
|
|
|
Error: While processing right hand side of dpairWithExtraInfoBad. When unifying:
|
|
|
|
[MN 0, MN 0]
|
|
|
|
and:
|
|
|
|
[MN 0]
|
2020-07-28 15:11:42 +03:00
|
|
|
Mismatch between: [MN 0] and [].
|
|
|
|
|
2021-06-05 14:53:22 +03:00
|
|
|
Main:27:27--27:36
|
2021-02-11 20:24:26 +03:00
|
|
|
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)
|
2020-07-22 22:16:43 +03:00
|
|
|
27 | dpairWithExtraInfoBad = [([MN 0] ** CLocal {x=MN 0} (First {ns=[MN 0]}))]
|
2021-05-10 11:05:43 +03:00
|
|
|
^^^^^^^^^
|
2020-07-28 15:11:42 +03:00
|
|
|
|