v 2006-07-21
Haskell Theorem Prover
Djinn is a small program that takes a (Haskell) type and returns a function of that type, if one exists. In short, a Haskell type can be seen as a proposition in logic (i.e., the Curry-Howard isomorphism). Djinn proves or disproves the type proposition. If it manages the proof, it extracts a program from that. This is mainly interesting as part of the lambdabot.
https://github.com/augustss/djinn
To install Djinn, paste this into the macOS Terminal after installing MacPorts
sudo port install Djinn
| Installations | 0 |
| Requested Installations | 0 |