description 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 \
This is mainly interesting as part of the lambdabot.
homepage https://github.com/augustss/djinn
checksums md5 126688753b4ca7f092a434394ed26114
system -W ${worksrcpath} "runghc Setup configure --ghc --prefix=${prefix}"
system -W ${worksrcpath} "runghc Setup build"
system -W ${worksrcpath} "runghc Setup copy --copy-prefix=${destroot}${prefix}"
catch { system -W ${worksrcpath} "runghc Setup unregister"}
system -W ${worksrcpath} "runghc Setup register"