Idris2-boot/src/Parser
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
..
Lexer.idr Change equality elaboration 2019-07-05 11:26:45 +01:00
Support.idr Save time lexing if we're only reading headers 2019-07-01 00:21:35 +01:00