LangToGroup-0.1.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

format :: (Format f, MonadFail m) => String -> m f Source #

apply :: Apply f i => f -> i -> String Source #

format2str :: Apply f () => f -> String Source #

match :: Match f r => f -> String -> r Source #