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

Web.Hyperbole.Types.Event

Synopsis

Documentation

data Event id act st Source #

An action, with its corresponding id

Constructors

Event 

Fields

Instances

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

Defined in Web.Hyperbole.Types.Event

Methods

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

show :: Event id act st -> String #

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