static-closure-0.1.0.0: Serialisable static pointers to functions

Safe HaskellNone
LanguageHaskell2010

Control.Static.Closure.IsPureClosure

Documentation

class IsClosure t => IsPureClosure t where Source #

Minimal complete definition

cpure

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 #