SnelstartImport.Currency
newtype Currency Source #
Constructors
Defined in SnelstartImport.Currency
Methods
(+) :: Currency -> Currency -> Currency #
(-) :: Currency -> Currency -> Currency #
(*) :: Currency -> Currency -> Currency #
negate :: Currency -> Currency #
abs :: Currency -> Currency #
signum :: Currency -> Currency #
fromInteger :: Integer -> Currency #
(/) :: Currency -> Currency -> Currency #
recip :: Currency -> Currency #
fromRational :: Rational -> Currency #
showsPrec :: Int -> Currency -> ShowS #
show :: Currency -> String #
showList :: [Currency] -> ShowS #
parseField :: Field -> Parser Currency #
(==) :: Currency -> Currency -> Bool #
(/=) :: Currency -> Currency -> Bool #
compare :: Currency -> Currency -> Ordering #
(<) :: Currency -> Currency -> Bool #
(<=) :: Currency -> Currency -> Bool #
(>) :: Currency -> Currency -> Bool #
(>=) :: Currency -> Currency -> Bool #
max :: Currency -> Currency -> Currency #
min :: Currency -> Currency -> Currency #