Skip to content

v0.1.0

@inanna-malick inanna-malick tagged this 23 Feb 11:04
First tagged release. Haskell effect stacks compile through GHC Core
to Cranelift JIT and run with Rust-side effect handlers.

Highlights:
- 53 JIT tests, 122 eval tests passing
- MCP server with Console, KV, and Fs effects
- Fat interface resolution for cross-module unfoldings
- Bottoming function filter (isDeadEndId) prevents error/undefined
  from pulling in 15K+ nodes of exception machinery
- Deferred LetRec closure captures fix circular dependency between
  lambda compilation and simple binding evaluation
- `default (Int)` for clean numeric JSON rendering
- `cargo install` as `tidepool` binary
Assets 2
Loading