numerals-0.4: Convert numbers to number words

Safe HaskellNone

Text.Numeral.Language.IT

Contents

Description

ISO639-1
it
ISO639-2B
ita
ISO639-3
ita
Native name
Italiano
English name
Italian

Synopsis

Language entry

Conversions

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

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

Structure

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

rule :: (Integral α, Ord α, Unknown β, Lit β, Add β, Mul β) => Rule α βSource

Bounds

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