percent-format-0.0.1: simple printf-style string formatting

Copyright(c) 2016-2018 Rudy Matela
License3-Clause BSD (see the file LICENSE)
MaintainerRudy Matela <rudy@matela.com.br>
Safe HaskellSafe
LanguageHaskell2010

Text.PercentFormat.Spec

Description

This file is part of PercentFormat a library for printf-style string formatting.

This module provides the Spec type which represents a %... specification format.

Documentation

data Spec Source #

Constructors

Spec 

Fields

Instances
Eq Spec Source # 
Instance details

Defined in Text.PercentFormat.Spec

Methods

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

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

Show Spec Source # 
Instance details

Defined in Text.PercentFormat.Spec

Methods

showsPrec :: Int -> Spec -> ShowS #

show :: Spec -> String #

showList :: [Spec] -> ShowS #

data SpecType Source #

Instances
Eq SpecType Source # 
Instance details

Defined in Text.PercentFormat.Spec

Show SpecType Source # 
Instance details

Defined in Text.PercentFormat.Spec