numerals-0.4: Convert numbers to number words

Safe HaskellNone

Text.Numeral.Language.NL

Contents

Description

ISO639-1
nl
ISO639-2B
dut
ISO639-3
nld
Native name
Nederlands
English name
Dutch

Synopsis

Language entry

Conversions

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

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

partitive :: (Singular i, Plural i, NoCase i, Dative i, Integral α, Scale α) => i -> (α, α) -> Maybe TextSource

multiplicative :: (Singular i, Plural i, NoCase i, Dative i, Integral α, Scale α) => i -> α -> Maybe TextSource

Structure

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

Bounds

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