
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 | | | > [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.] | | 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. | | Cheers, | Simon | | _______________________________________________ | Glasgow-haskell-users mailing list | Glasgow-haskell-users@haskell.org | http://www.haskell.org/mailman/listinfo/glasgow-haskell-users