tinytools-vty-0.1.0.4: tinytools-vty is a terminal based monospace unicode diagram editing tool
Safe HaskellSafe-Inferred
LanguageHaskell2010

Reflex.Vty.Test.Monad.Host.TH

Synopsis

Documentation

tv :: Q Type Source #

reference the t variable your quasi-quotes. e.g. 'Event $(tv) ()'

tinput :: String -> String -> Q Exp Source #

reference a specific input event

toutputcon :: String -> Q Exp Source #

reference the output constructor

declareStuff :: String -> [(String, Q Type)] -> [(String, Q Type)] -> Q Exp -> Q [Dec] Source #

call me to generate code