name: ftshell version: 0.3.0.1 license: PublicDomain license-file: LICENSE author: Sascha Boehme maintainer: voigt@tcs.inf.tu-dresden.de synopsis: Shell interface to the FreeTheorems library. description: 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. category: Language, Source-tools tested-with: GHC==6.8.2 build-type: Simple build-depends: base >= 1.0 && < 4 , mtl >= 1.0 , Shellac >= 0.9 , Shellac-readline >= 0.9 , free-theorems >= 0.3.1.3 && < 0.4 , pretty >= 1.0.0.0 , containers >= 0.1.0.1 data-files: declarations.hs README executable: ftshell main-is: main.hs other-modules: Shell Evaluate Settings Commands ShellState HelpCommands hs-source-dirs: src extensions: MultiParamTypeClasses