Skip to content
Snippets Groups Projects
Commit d70703b1 authored by sof's avatar sof
Browse files

[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.
parent d359e63e
No related merge requests found
......@@ -95,6 +95,9 @@ module Int
, writeInt64OffForeignObj
#endif
-- The non-standard fromInt and toInt methods
, Num( fromInt ), Integral( toInt )
-- non-standard, GHC specific
, intToWord
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment