@hackage MagicHaskeller0.9.7.1

Automatic inductive functional programmer by systematic search

MagicHaskeller is an inductive functional programming system for Haskell. This package contains the MagicHaskeller library, which can be used within GHCi or as an API for inductive program synthesis. It also contains the MagicHaskeller executable that is a standalone synthesis program which can be used interactively or as a backend server, and the MagicHaskeller.cgi executable that is a CGI frontend for providing the Web interface.

  • Installation

  • Tested Compilers

  • Dependencies (22)

  • Dependents (1)

    @hackage/hanabi-dealer
  • Package Flags

      tfrandom
       (off by default)

      Use the tf-random package instead of the random package

      ghcapi
       (on by default)

      Enable execution using the GHC API rather than the combinatory interpreter

      ghcapicompat
       (off by default)

      Use GHC-API's compatibility helper.

      readfile
       (on by default)

      Enable to read a component library file

      readfileexts
       (off by default)

      Enable to read a component library file using haskell-src-exts

      debug
       (off by default)

      Force typechecking at each dynamic application

      networkuri
       (on by default)

      Find Network.URI in network-uri rather than in network < 2.6 (This is a workaround for the changes made in those packages.)

      semigroup
       (on by default)

      Introduce Semigroup as the superclass of Monoid.