ftshell: Shell interface to the FreeTheorems library.

[ language, program, public-domain, source-tools ] [ Propose Tags ]

The ftshell is a shell-based user interface to interact with the free-theorems library. It offers all possibilities provided by that library to generate free theorems from Haskell type expressions.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2, 0.3, 0.3.0.1
Dependencies base (>=1.0), containers (>=0.1.0.1), free-theorems (>=0.3), mtl (>=1.0), pretty (>=1.0.0.0), Shellac (>=0.9), Shellac-readline (>=0.9) [details]
License LicenseRef-PublicDomain
Author Sascha Boehme
Maintainer voigt@tcs.inf.tu-dresden.de
Category Language, Source-tools
Uploaded by JoachimBreitner at 2008-10-17T14:21:09Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables ftshell
Downloads 2601 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-01-02 [all 7 reports]

Readme for ftshell-0.3

[back to package description]
  DESCRIPTION

This application is a shell-based user interface to the free-theorems
library. It allows to generate free theorems for nearly any Haskell
type expression including user-defined data types and type classes.
See the description of the free-theorems library for the restrictions.



  DEPENDENCIES

See the file `ftshell.cabal' for dependencies. The dependency on 
Shellac-readline may be dropped  which needs small changes in the
file `src/Settings.hs'.


  
  INSTALL

Since this application is cabalised, it uses the standard installation
process.
  
  runhaskell Setup.lhs configure
  runhaskell Setup.lhs build
  runhaskell Setup.lhs install



  USAGE

Start the application by entering `ftshell'. Further information is
provided by the application itself.