-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A minimalistic template engine -- -- Inject expands shell commands in arbitrary text templates. -- -- https://github.com/sol/inject#readme @package inject @version 0.1.0 module Text.Inject inject :: Text -> IO Text instance Eq Element instance Show Element