[commit: ghc] master: Remove the nonexistent lazy primop, and follow move from GHC.Base to GHC.Magic (9d7182f)

2012-11-13 Thread Ian Lynagh
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 -

Re: lazy primop

2009-06-02 Thread Simon Marlow
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

Re: lazy primop

2009-05-27 Thread Duncan Coutts
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.) > > >

RE: lazy primop

2009-05-27 Thread 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/haddock/ticket/106 | | So

Re: lazy primop

2009-05-27 Thread David Waern
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

RE: lazy primop

2009-05-27 Thread Simon Peyton-Jones
| > | > 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

Re: lazy primop

2009-05-26 Thread Ian Lynagh
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

lazy primop

2009-05-26 Thread Simon Peyton-Jones
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