Hal Daume III <[EMAIL PROTECTED]> wrote,

> The gnu web page
> (www.gnu.org/manual/gmp-4.0.1/html_node/gmp_70.html) claims that Haskell
> (GHC) has bindings to GMP.  Is this true?  How can I access these
> routines?

For example, by

  Prelude> 1 + 2 :: Integer
  3
  Prelude> 

GHC implements Haskell's arbitrary precision integers by way
of GMP.

Cheers,
Manuel
_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to