numerals-0.4: Convert numbers to number words

Safe HaskellNone

Text.Numeral.Language.FR

Contents

Description

ISO639-1
fr
ISO639-2B
fre
ISO639-3
fra
Native name
Français
English name
French

Synopsis

Language entry

Conversions

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

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

Structure

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

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

Bounds

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