Name: partial-isomorphisms Version: 0.2.2 x-revision: 1 Synopsis: Partial isomorphisms. Description: Partial isomorphisms as described in the paper: . Tillmann Rendel and Klaus Ostermann. Invertible Syntax Descriptions: Unifying Parsing and Pretty Printing. In /Proc. of Haskell Symposium/, 2010. . The paper also describes invertible syntax descriptions as a common interface for parsers and pretty printers. These are distributed separately in the /invertible-syntax/ package. Homepage: http://www.informatik.uni-marburg.de/~rendel/unparse License: BSD3 License-file: LICENSE Author: Tillmann Rendel Maintainer: rendel@informatik.uni-marburg.de -- Copyright: Category: Control Build-type: Simple -- Extra-source-files: Cabal-version: >=1.6 source-repository head type: git location: git://github.com/schernichkin/partial-isomorphisms.git Library Hs-source-dirs: src Exposed-modules: Control.Isomorphism.Partial Control.Isomorphism.Partial.Constructors Control.Isomorphism.Partial.Derived Control.Isomorphism.Partial.Prim Control.Isomorphism.Partial.TH Control.Isomorphism.Partial.Unsafe other-extensions: TemplateHaskell, KindSignatures Build-depends: base >= 3 && < 5, template-haskell >= 2.11 ghc-options: -Wall -- Other-modules: -- Build-tools: