Constructors:
Constructors:
Action
:: (UntypedAction b) -> Action a b
Type synonym: UntypedEvent = String
Constructors:
Apply
:: (UntypedAction a) -> (UntypedAction a) -> UntypedAction a
Seq
:: Bool -> (UntypedAction a) -> (UntypedAction a) -> UntypedAction a
YieldID
:: [a] -> UntypedAction a
Pure
:: Json -> UntypedAction a
Window
:: UntypedAction a
Event
:: UntypedAction a
Select
:: (UntypedAction a) -> String -> Bool -> UntypedAction a
Curryfy
:: Int -> (UntypedAction a) -> UntypedAction a
Observe
:: Bool -> [a] -> UntypedEvent -> (UntypedAction a) -> UntypedAction a
Constructors:
EventRep
:: EventRep
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|