aiken/crates
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
..
aiken feat(cli): support mainnet address output 2024-02-27 21:55:18 -05:00
aiken-lang Adjust order in which Bool's constructors are declared in the prelude 2024-03-03 19:33:25 +01:00
aiken-lsp chore: Release 2024-01-31 13:48:20 -05:00
aiken-project Display counterexamples as Aiken values instead of raw UPLC. 2024-03-03 19:33:24 +01:00
uplc Display counterexamples as Aiken values instead of raw UPLC. 2024-03-03 19:33:24 +01:00