aiken/crates
KtorZ 84c4ccaf4c
Forbid opaque types in the application binary interface.
We cannot enforce internal invariants on opaque types from only structural checks on Data. Thus, it is forbidden to find an opaque type in an outward-facing interface. Instead, users should rely on intermediate representations and lift them into opaque types using constructors and methods provided by the type (e.g. Dict.from_list, Rational.from_int, Rational.new, ...)
2024-03-03 13:55:10 +01:00
..
aiken feat(cli): support mainnet address output 2024-02-27 21:55:18 -05:00
aiken-lang fix(codegen): builtin calls for g1 and g2 where flipped 2024-02-29 12:13:51 -05:00
aiken-lsp chore: Release 2024-01-31 13:48:20 -05:00
aiken-project Forbid opaque types in the application binary interface. 2024-03-03 13:55:10 +01:00
uplc fix(codegen): builtin calls for g1 and g2 where flipped 2024-02-29 12:13:51 -05:00