th-inline-io-action-0.1.0.1: Simple inline IO action into compiled code using TH

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.TH.InlineIO

Synopsis

Documentation

inlineIOAction :: Lift a => IO a -> Q (TExp a) Source #

Execute some IO action during compilation only then return the value, from the application perspective it will be a static value