aiken/crates
microproofs 19b4b9df0f
Inline now handles (if cond then body else error) patterns.
This allows conditions like ```expect x == 1``` to match performance with ```x == 1 && ...```

Also change builtins forcing to accommodate the new case-constr apply optimization
2025-01-11 19:08:41 +07:00
..
aiken fix: Completion cli documentation 2025-01-08 09:49:47 +01:00
aiken-lang Inline now handles (if cond then body else error) patterns. 2025-01-11 19:08:41 +07:00
aiken-lsp chore: Release 2024-12-13 16:44:12 +01:00
aiken-project Inline now handles (if cond then body else error) patterns. 2025-01-11 19:08:41 +07:00
uplc Inline now handles (if cond then body else error) patterns. 2025-01-11 19:08:41 +07:00