variable-precision-0.2.1: variable-precision floating point

Portabilityportable
Stabilitystable
Maintainerclaudiusmaximus@goto10.org
Safe HaskellSafe-Infered

TypeLevel.NaturalNumber.ExtraNumbers

Description

Boilerplate definitions generated by:

 flip mapM_ [16..53] $ \p -> let s = show p in
   putStrLn $ "type N" ++ s ++ " = SuccessorTo N" ++ show (p - 1) ++
     " ; n" ++ s ++ " :: N" ++ s ++ " ; n" ++ s ++ " = undefined"

Documentation