logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

djinn - generate Haskell expressions from types

Author

djinn was written by Lennart Augustsson and Thomas Johnsson.

       This manual page was written by Raúl Benencia for the Debian Project.

                                                 October 06 2013                                        DJINN(1)

Description

       Djinn  uses a theorem prover for intuitionistic propositional logic to generate a Haskell expression when
       given a type.

       Given a type the program will deduce an expression of this type, if one exists. If  the  Djinn  says  the
       type is not realizable it is because there is no (total) expression of the given type.

Name

       djinn - generate Haskell expressions from types

Options

       [-|+]multi          Print multiple solutions.

       [-|+]sorted         Sort solutions.

       [-|+]debug          Debug mode.

See Also

       The program provides interactive documentation.

Synopsis

djinn[OPTION...][FILE...]

See Also