Idris2/tests/idris2/interface027/expected
Edwin Brady 86c75bae2c Add test for interfaces in parameter blocks
I thought these didn't work. Apparently they do. I should find out when
that happened because it might have been a side effect of something
else!
2021-07-10 20:15:50 +01:00

14 lines
250 B
Plaintext

1/1: Building params (params.idr)
Main> False
Main> True
Main> Error: When unifying X 4 ?t and X 5 ?t.
Mismatch between: 0 and 1.
(Interactive):1:1--1:12
1 | A 4 "paper" == A 5 "postcard"
^^^^^^^^^^^
Main> True
Main> False
Main> Bye for now!