fillit-0.1.0.0: Flexible string substitution

Safe HaskellNone
LanguageHaskell2010

Data.Text.Fillit.Internal

Synopsis

Documentation

data Config Source #

Constructors

Config 

Instances

def :: Default a => a #

The default value for this type.

data Kind Source #

Constructors

Raw Text 
Req Text 
Opt Text 

Instances

Eq Kind Source # 

Methods

(==) :: Kind -> Kind -> Bool #

(/=) :: Kind -> Kind -> Bool #

Show Kind Source # 

Methods

showsPrec :: Int -> Kind -> ShowS #

show :: Kind -> String #

showList :: [Kind] -> ShowS #