projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d359e63
)
[project @ 1999-09-12 15:02:43 by sof]
author
sof
<unknown>
Sun, 12 Sep 1999 15:02:43 +0000
(15:02 +0000)
committer
sof
<unknown>
Sun, 12 Sep 1999 15:02:43 +0000
(15:02 +0000)
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
patch
|
blob
|
history
diff --git
a/ghc/lib/exts/Int.lhs
b/ghc/lib/exts/Int.lhs
index
894386d
..
995c03b
100644
(file)
--- 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