Idris2/libs/prelude
Edwin Brady 251d77b92d Swap 'False' and 'True' constructors
It has always bothered me that 'False' got mapped to tag 1 and 'True'
got mapped to tag 0. This doesn't change much in practice (except that
perhaps a code generator might notice some useful things in intToBool)
but I'm changing it now anyway. Also added a couple of inlinings of
boolean operations.
2021-05-09 20:08:38 +01:00
..
Prelude Swap 'False' and 'True' constructors 2021-05-09 20:08:38 +01:00
Builtin.idr [prelude] Add explicit constructor to every interface 2021-05-06 18:32:51 +03:00
Makefile Make documentation from Makefile 2021-05-01 17:09:25 +01:00
Prelude.idr [ typo ] Enum -> Range (#1099) 2021-02-22 10:05:08 +00:00
prelude.ipkg Add --ignore-missing-ipkg flag 2021-02-27 19:39:47 +00:00
PrimIO.idr Remove linearity subtyping 2020-12-27 19:58:35 +00:00