[GHC] #8106: Confusing parse error for missing do keyword
GHC
ghc-devs at haskell.org
Thu Aug 1 15:33:41 CEST 2013
#8106: Confusing parse error for missing do keyword
--------------------------------------+----------------------------------
Reporter: mhitza | Owner:
Type: bug | Status: closed
Priority: low | Milestone:
Component: Compiler (Parser) | Version: 7.6.3
Resolution: fixed | Keywords:
Operating System: Linux | Architecture: x86_64 (amd64)
Type of failure: Other | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
--------------------------------------+----------------------------------
Changes (by monoidal):
* status: new => closed
* resolution: => fixed
Comment:
In HEAD you get
{{{
Parse error in pattern: True == True
Possibly caused by a missing 'do'?
}}}
(see also #3746).
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8106#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list