Idris2/tests/idris2/interface027/input
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

7 lines
124 B
Plaintext

A 100 'c' == A 100 'd'
A 100 'c' == A 100 'c'
A 4 "paper" == A 5 "postcard"
(==) @{mkEq True} 4 5
(==) @{mkEq False} 4 5
:q