Idris2/tests/codegen
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
..
builtin001 Swap 'False' and 'True' constructors 2021-05-09 20:08:38 +01:00
con001 Swap 'False' and 'True' constructors 2021-05-09 20:08:38 +01:00