| Copyright | (c) Conal Elliott 2008 |
|---|---|
| License | BSD3 |
| Maintainer | conal@conal.net |
| Stability | experimental |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Data.Repr
Description
Deprecated: Use generics instead
Compute least upper bounds (lub / join) of two values
This version uses associated types for HasRepr
Documentation
class HasRepr t r | t -> r where Source #
Methods
Arguments
| :: t | |
| -> r | to representation |
Arguments
| :: r | |
| -> t | from representation |