mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-14 22:02:07 +03:00
86c75bae2c
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!
7 lines
124 B
Plaintext
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
|