reflex-0.4.0.1: Higher-order Functional Reactive Programming

Safe HaskellNone
LanguageHaskell98

Reflex.Dynamic.TH

Synopsis

Documentation

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