haskell-halogen-core
Safe HaskellNone
LanguageGHC2021

Halogen.Query.Input

Documentation

newtype RefLabel Source #

Constructors

RefLabel Text 

data Input msg Source #

Constructors

Action msg 
RefUpdate RefLabel (Maybe Element) 

Instances

Instances details
Functor Input Source # 
Instance details

Defined in Halogen.Query.Input

Methods

fmap :: (a -> b) -> Input a -> Input b #

(<$) :: a -> Input b -> Input a #