aiken/examples/acceptance_tests/095
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
..
lib Adjust order in which Bool's constructors are declared in the prelude 2024-03-03 19:33:25 +01:00
aiken.lock Rename acceptance_test_093 -> acceptance_test_095 2024-03-03 19:33:24 +01:00
aiken.toml Rename acceptance_test_093 -> acceptance_test_095 2024-03-03 19:33:24 +01:00