| Portability | non-portable (GHC Extensions) | 
|---|---|
| Stability | experimental | 
| Maintainer | Patrick Bahr <[email protected]>, Tom Hvitved <[email protected]> | 
| Safe Haskell | Safe-Infered | 
Data.Comp
Description
This module defines the infrastructure necessary to use
 Compositional Data Types. Compositional Data Types is an extension of
 Wouter Swierstra's Functional Pearl: Data types a la carte. Examples of
 usage are bundled with the package in the library examples/Examples.