name: ligd version: 0.2 synopsis: Lightweight Implementation of Generics and Dynamics homepage: https://github.com/spl/ligd description: This is the basic representation types for the LIGD library. It is currently incomplete with respect to the paper. We hope to rectify that in the future. . See the following publication for details. . J. Cheney and R. Hinze. "A lightweight implementation of generics and dynamics." In Haskell 2002. pp. 90-104. category: Generics copyright: (c) 2011 Universiteit Utrecht license: BSD3 license-file: LICENSE author: Sean Leather maintainer: Sean Leather stability: experimental build-type: Simple cabal-version: >= 1.6 source-repository head type: git location: git://github.com/spl/ligd.git -------------------------------------------------------------------------------- Library hs-source-dirs: src exposed-modules: Generics.LIGD Generics.LIGD.Base build-depends: base < 100 ghc-options: -Wall