th-inline-io-action-0.1.0.1: Simple inline IO action into compiled code using TH
Language.Haskell.TH.InlineIO
Synopsis
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