aiken/crates/aiken-lang
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
..
src Inline now handles (if cond then body else error) patterns. 2025-01-11 19:08:41 +07:00
Cargo.toml chore: Release 2024-12-13 16:44:12 +01:00
build.rs Adjust module organization to facilitate resurrection of the playground. 2024-08-29 09:12:37 +02:00