@hackage hydra-haskell0.17.2
Hydra's Haskell coder: emit Haskell source from Hydra modules
Categories
License
Apache-2.0
Maintainer
Joshua Shinavier <josh@fortytwo.net>
Links
Versions
- 0.17.2 Thu, 30 Jul 2026
Installation
Dependencies (4)
- base >=4.19.0 && <4.22
- containers >=0.6.7 && <0.8
- hydra-kernel ==0.17.2
- scientific >=0.3.7 && <0.4 Show all…
Dependents (1)
@hackage/hydra
Hydra is an implementation of the LambdaGraph data model, which takes advantage of an isomorphism between labeled hypergraphs and typed lambda calculus: in Hydra, "graphs are programs, and programs are graphs". This package is Hydra's Haskell coder: it translates Hydra modules into Haskell source. The top-level entry point is moduleToHaskell (and moduleToHaskellModule for the structured AST). It builds on hydra-kernel.