#3719: Literate code with #
----------------------------------------+-----------------------------------
Reporter: zenzike | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler (Parser) | Version: 6.10.4
Resolution: wontfix | Keywords:
Difficulty: | Os: Unknown/Multiple
Testcase: | Architecture: Unknown/Multiple
Failure: GHC rejects valid program |
----------------------------------------+-----------------------------------
Changes (by simonmar):
* status: new => closed
* resolution: => wontfix
Comment:
This is as intended, so that you can put CPP directives in the literate
comments. e.g.
{{{
#ifdef ENBABLE_FOO
> .... foo ....
#endif
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3719#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs