mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-21 03:41:30 +03:00
7c34fa1db4
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. |
||
---|---|---|
.. | ||
Lexer.idr | ||
Support.idr |