Idris2-boot/libs/prelude
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
..
Builtin.idr Change equality elaboration 2019-07-05 11:26:45 +01:00
Makefile Add missing Makefile 2019-06-19 18:49:53 +01:00
Prelude.idr More base libraries 2019-06-30 23:54:50 +01:00
prelude.ipkg Add missing ipkg 2019-06-19 18:50:46 +01:00
PrimIO.idr The Prelude type checks! 2019-06-13 13:23:21 +01:00