Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Control.Object.Instance
Documentation
data Instance f g where Source
MVar-based instance
Constructors
InstRef :: MVar (Object f g) -> Instance f g | |
InstLmap :: (forall x. f x -> g x) -> Instance g h -> Instance f h | |
InstRmap :: Instance f g -> (forall x. g x -> h x) -> Instance f h |
Instances