simple-text-format-0.1: Simple text based format strings with named identifiers.

Safe HaskellNone
LanguageHaskell2010

Data.Text.Format.Simple.Internal

Synopsis

Documentation

type Name = Text Source #

The name of a referenced variable.

data Part Source #

Constructors

String Text 
NamedVar Name 

Instances

Eq Part Source # 

Methods

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

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

newtype Compiled Source #

A precompiled format string. Can be used to render several times.

Constructors

Compiled 

Fields