From: sof Date: Sun, 12 Sep 1999 15:02:43 +0000 (+0000) Subject: [project @ 1999-09-12 15:02:43 by sof] X-Git-Tag: Approximately_9120_patches~5827 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d70703b1f0a49bec6a6eecf3f2e9abad99c8bac3;p=ghc-hetmet.git [project @ 1999-09-12 15:02:43 by sof] Export toInt and fromInt from Int as well as from the (now uncool) rag-bag that is GlaExts, since Hugs supports them too. --- diff --git a/ghc/lib/exts/Int.lhs b/ghc/lib/exts/Int.lhs index 894386d..995c03b 100644 --- a/ghc/lib/exts/Int.lhs +++ b/ghc/lib/exts/Int.lhs @@ -95,6 +95,9 @@ module Int , writeInt64OffForeignObj #endif + -- The non-standard fromInt and toInt methods + , Num( fromInt ), Integral( toInt ) + -- non-standard, GHC specific , intToWord