
3 Jan
2008
3 Jan
'08
12:35 p.m.
Hello, Why is it that the haddock docs supplied with GHC omit this module and its exports? Is it because we're not supposed to use them? I'm thinking of the compareInt# function in particular, which I use quite a lot. Thanks -- Adrian Hey

4 Jan
4 Jan
7:27 a.m.
Adrian Hey wrote:
Why is it that the haddock docs supplied with GHC omit this module and its exports? Is it because we're not supposed to use them? I'm thinking of the compareInt# function in particular, which I use quite a lot.
We don't intend GHC.Base to be a stable interface for external use, which is why we don't document it. Use at your own risk! If there's useful stuff in GHC.Base, then arguably we should have a published stable interface from which to get it, though. Cheers, Simon
6347
Age (days ago)
6348
Last active (days ago)
1 comments
2 participants
participants (2)
-
Adrian Hey
-
Simon Marlow