interp-1.0.0.2: Tracery-like randomized text interpolation

Safe HaskellNone
LanguageHaskell2010

Data.Text.Interp

Description

Main library module

Synopsis

Documentation

opts :: ParserInfo Input Source #

ParserInfo for Input

doInterp Source #

Arguments

:: FilePath

path to substitutions file

-> FilePath

path to interpolations file

-> I Text

resulting interpolated text

Generate interpolated text within a I monad

data Input Source #

Record to hold CLI options

Constructors

Input 

Fields