ghc feature request: core notes

Simon Peyton-Jones simonpj@microsoft.com
Wed, 12 Feb 2003 16:59:01 -0000


Yes in source code (albeit I have not tested this recently).  'inline'
is [was] a magic Id whose unfolding is the relevant core goop.  Like I
say, the last time I visted this was years ago!

S

| -----Original Message-----
| From: Simon Marlow [mailto:simonmar@microsoft.com]
| Sent: 12 February 2003 16:56
| To: Simon Peyton-Jones; Alastair Reid
| Cc: Hal Daume III; GHC Users Mailing List
| Subject: RE: ghc feature request: core notes
|=20
|=20
| > [Incidentally, InlineCall is an undocumented feature.  You can write
| >
| > 	inline f x
| >
| > to mean the same as (f x), except that this particular call
| > to f will be
| > inlined.]
|=20
| Not in source code, surely?  It certainly doesn't look like 'inline'
is
| a keyword.  In external Core, you can write '%note InlineCall' to get
| this effect though.
|=20
| Cheers,
| 	Simon
|=20
| _______________________________________________
| Glasgow-haskell-users mailing list
| Glasgow-haskell-users@haskell.org
| http://www.haskell.org/mailman/listinfo/glasgow-haskell-users