@hackage free-theorems-counterexamples0.3.1.0
Automatically Generating Counterexamples to Naive Free Theorems
Installation
Dependencies (8)
- HUnit >=1.2
- base >=4
- containers >=0.1.0.1
- haskell-src >=1.0
- haskell-src-exts >=0.3.9
- mtl >=1.0 Show all…
Dependents (1)
@hackage/acme-everything
The module free-theorems-counterexamples-0.3 can be installed the following way:
runhaskell Setup.hs configure --user runhaskell Setup.hs build runhaskell Setup.hs haddock runhaskell Setup.hs install
runhaskell Setup.hs haddock builds the documentation. This step is not necessary.
After installation the modules Language.Haskell.FreeTheorems.Variations.CounterExamples.ExFind Language.Haskell.FreeTheorems.Variations.CounterExamples.Algorithm.ExFindExtended Language.Haskell.FreeTheorems.Variations.CounterExamples.Common.AlgCommon Language.Haskell.FreeTheorems.Variations.CounterExamples.Parser.ParseType are available.
To start the webinterface do
$ ./test.sh
then it runs under http://localhost:8002/
The webinterface can also be found under
http://www-ps.iai.uni-bonn/cgi-bin/exfind.cgi
Enjoy.