formattable-0.1: Business-quality formatting of numbers, dates, and other things

CopyrightSoostone Inc
LicenseBSD3
Maintainerlibs@soostone.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Formattable

Description

Practical formatting interface for output values intended for human consumption. We try to support several variants often required by real-world applications.

Synopsis

Documentation

class Format a where Source

Provides a uniform interface for formatting all kinds of types.

Associated Types

type TheFormat a Source

A format settings type specific to the object type.

Methods

runFormat :: TheFormat a -> a -> Text Source

Render into text using format settings