Idris2-boot/tests/idris2/interface001
Edwin Brady 7c34fa1db4 Change equality elaboration
Elaborate via either === (homogeneous equality) or ~=~ (heterogeneous
equality) both of which are synonyms for Equal. This is to get the Idris
1 behaviour that equality is homogeneous by default to reduce the need
for type annotations, but heterogeneous if that doesn't work.
2019-07-05 11:26:45 +01:00
..
expected Make sure matches are not too specific 2019-06-29 19:28:04 +01:00
IFace1.idr Add first interface tests 2019-06-24 17:36:55 +01:00
IFace.idr Add first interface tests 2019-06-24 17:36:55 +01:00
input Add first interface tests 2019-06-24 17:36:55 +01:00
input1 Add first interface tests 2019-06-24 17:36:55 +01:00
run Add first interface tests 2019-06-24 17:36:55 +01:00
Stuff.idr Change equality elaboration 2019-07-05 11:26:45 +01:00