Module

Chameleon.Transformers.Accum.Class

Package
purescript-chameleon-transformers
Repository
thought2/purescript-chameleon-transformers

#TellAccum Source

class TellAccum :: Type -> (Type -> Type) -> Constraintclass (Semigroup acc) <= TellAccum acc html | html -> acc where

Members

  • tellAccum :: forall a. acc -> html a -> html a

#Accum Source

class Accum :: Type -> (Type -> Type) -> Constraintclass (TellAccum acc html) <= Accum acc html | html -> acc where

Members

  • censorAccum :: forall a. (acc -> acc) -> html a -> html a