model-0.2: Derive a model of a data type using Generics
Data.Model.Instances
Contents
Description
Instances of Model for common types (Bool,Maybe,Either)
Model
Methods
envType :: Proxy * Bool -> State Env HType Source #
envType :: Proxy * (Maybe a) -> State Env HType Source #
envType :: Proxy * (Either a b) -> State Env HType Source #