From d70703b1f0a49bec6a6eecf3f2e9abad99c8bac3 Mon Sep 17 00:00:00 2001 From: sof Date: Sun, 12 Sep 1999 15:02:43 +0000 Subject: [PATCH] [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. --- ghc/lib/exts/Int.lhs | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4