4 Jan
2008
4 Jan
'08
1:35 a.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
8:27 p.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
6530
Age (days ago)
6531
Last active (days ago)
1 comments
2 participants
participants (2)
-
Adrian Hey -
Simon Marlow