reflex-0.4.0: Higher-order Functional Reactive Programming
Reflex.Dynamic.TH
Synopsis
qDyn :: Q Exp -> Q Exp Source
Quote a Dynamic expression. Within the quoted expression, you can use '$(unqDyn [| x |])' to refer to any expression x of type 'Dynamic t a'; the unquoted result will be of type a
x
a
unqDyn :: Q Exp -> Q Exp Source
mkDyn :: QuasiQuoter Source