@hackage hydra0.17.2
Hydra: graphs are programs, and programs are graphs (umbrella package)
Installation
Dependencies (3)
- base >=4.19.0 && <4.22
- hydra-haskell ==0.17.2
- hydra-kernel ==0.17.2 Show all…
Dependents (0)
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". 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 umbrella package provides a single convenient entry point (the Hydra module) re-exporting the Hydra kernel plus the Haskell coder's moduleToHaskell. Depend on hydra-kernel / hydra-haskell directly for finer-grained APIs.