numerals-0.4: Convert numbers to number words

Safe HaskellNone

Text.Numeral.Language.DE

Contents

Description

ISO639-1
de
ISO639-2B
ger
ISO639-2T
deu
ISO639-3
deu
Native name
Deutsch
English name
German

Synopsis

Language entry

Conversions

cardinal :: (Inflection i, Integral α, Scale α) => i -> α -> Maybe TextSource

ordinal :: (Inflection i, Integral α, Scale α) => i -> α -> Maybe TextSource

Structure

struct :: (Integral α, Scale α, Unknown β, Lit β, Neg β, Add β, Mul β, Scale β) => α -> βSource

Bounds

bounds :: Integral α => (α, α)Source