aiken/examples
KtorZ 5272f5ecee
Adjust order in which Bool's constructors are declared in the prelude
True corresponds to Constr=1 and False corresponds to Constr=0; their position in the vector shall reflect that. Note that while this would in principle impact codegen for any other type, it doesn't for bool since we likely never looked up this type definition since it is well-known. It does now as the 'reify' function relies on this. Whoopsie.
2024-03-03 19:33:25 +01:00
..
acceptance_tests Adjust order in which Bool's constructors are declared in the prelude 2024-03-03 19:33:25 +01:00
gift_card fix: unable to have newline after expect bool shortcut 2023-11-20 11:44:16 -05:00
hello_world Add compiler's version to blueprint. 2023-10-06 14:17:55 +02:00