Module

Chameleon.Class

Package
purescript-chameleon
Repository
thought2/purescript-chameleon

#Prop Source

data Prop msg

Constructors

Instances

#Key Source

newtype Key

Constructors

Instances

#ElemName Source

#Html Source

class Html :: (Type -> Type) -> Constraintclass (Functor html, MapMaybe html) <= Html html  where

Members

#MapMaybe Source

class MapMaybe :: (Type -> Type) -> Constraintclass MapMaybe html  where

Members

  • mapMaybe :: forall msg1 msg2. (msg1 -> Maybe msg2) -> html msg1 -> html msg2

#noProp Source

noProp :: forall msg. Prop msg

#noHtml Source

noHtml :: forall html msg. Html html => html msg

#attr Source

attr :: forall msg. String -> String -> Prop msg