Safe Haskell | None |
---|---|
Language | Haskell2010 |
Control.Static.Closure.IsPureClosure
Documentation
class IsClosure t => IsPureClosure t where Source #
Minimal complete definition
Associated Types
type ClosureConstraint t a :: Constraint Source #
Methods
cpure :: ClosureConstraint t a => a -> t a Source #
cfmap :: ClosureConstraint t b => (a -> b) -> t a -> t b Source #
Instances