variable-precision-0.4: variable-precision floating point

Portabilityportable
Stabilitystable
Maintainerclaude@mathr.co.uk
Safe HaskellNone

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