hyperbole-0.5.0: Interactive HTML apps using type-safe serverside Haskell
Safe HaskellSafe-Inferred
LanguageGHC2021

Web.Hyperbole.Types.Event

Synopsis

Documentation

newtype TargetViewId Source #

Serialized ViewId

Constructors

TargetViewId 

Fields

data Event id act Source #

An action, with its corresponding id

Constructors

Event 

Fields

Instances

Instances details
(Show act, Show id) => Show (Event id act) Source # 
Instance details

Defined in Web.Hyperbole.Types.Event

Methods

showsPrec :: Int -> Event id act -> ShowS #

show :: Event id act -> String #

showList :: [Event id act] -> ShowS #