Portability | non-portable (GHC-only) |
---|---|
Stability | experimental |
Maintainer | audreyt@audreyt.org |
Safe Haskell | None |
OpenAFP.Types.Record
Description
This module handles parsed AFP records with named fields.
Documentation
newtype Record a
Constructors
Record | |
Fields
|
class (Show a, Typeable a) => Rec a where
Methods
recView :: a -> ViewRecord
Instances