Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Format
Description
Module Format
include types of so called "formats" and methods for work
with them.
Format is object for simple pattern matching and generating strings by template.
Documentation
data SimpleFormat Source #
data TaggedFormat Source #
data MultiFormat Source #
data MaybeFormat f Source #
Constructors
JustFormat f | |
JustString String |
isFormat :: MaybeFormat f -> Bool Source #
format2str :: Apply f () => f -> String Source #