agh
Date: Tue Nov 13 20:47:10 2012 +
Remove the nonexistent lazy primop, and follow move from GHC.Base to
GHC.Magic
>---
compiler/basicTypes/MkId.lhs|2 +-
compiler/prelude/primops.txt.pp | 20 -
On 27/05/2009 14:51, Duncan Coutts wrote:
On Wed, 2009-05-27 at 09:44 +0200, David Waern wrote:
2009/5/27 Simon Peyton-Jones:
(The old index just displayed a list of first letters, fast, and the
functions beginning with a particular letter loaded reasonably
quickly. I'm not saying let's go ba
On Wed, 2009-05-27 at 09:44 +0200, David Waern wrote:
> 2009/5/27 Simon Peyton-Jones :
> > (The old index just displayed a list of first letters, fast, and the
> functions beginning with a particular letter loaded reasonably
> quickly. I'm not saying let's go back, but it was a lot faster.)
> >
>
| > (The old index just displayed a list of first letters, fast, and the
functions
| beginning with a particular letter loaded reasonably quickly. I'm not saying
let's
| go back, but it was a lot faster.)
| >
|
| We have a ticket for that:
|
| http://trac.haskell.org/haddock/ticket/106
|
| So
2009/5/27 Simon Peyton-Jones :
> (The old index just displayed a list of first letters, fast, and the
> functions beginning with a particular letter loaded reasonably quickly. I'm
> not saying let's go back, but it was a lot faster.)
>
We have a ticket for that:
http://trac.haskell.org/haddo
| >
| > 2. Secondly, I can't see GHC.Base documented in
| > http://www.haskell.org/ghc/docs/latest/html/libraries/
| > Why not? It's rather important!
|
| In looking at this, I found that the new build system wasn't actually
| haddocking anything; now fixed.
|
| GHC.Base is deliberate
Hi Simon,
On Tue, May 26, 2009 at 04:59:12PM +0100, Simon Peyton-Jones wrote:
>
> 2. Secondly, I can't see GHC.Base documented in
> http://www.haskell.org/ghc/docs/latest/html/libraries/
> Why not? It's rather important!
In looking at this, I found that the new build system wasn't
Ian
Two odd things.
1. prelude/primops.txt.pp says that 'lazy' is a "pseudoop". But in fact it
isn't exported by GHC.Prim at all; rather by GHC.Base.
So I suspect that all the commentary in primops.txt.pp belongs in GHC.Base.
2. Secondly, I can't see GHC.Base documented in
http://w