[GHC] #10567: Redundant parser entry point
GHC
ghc-devs at haskell.org
Wed Jun 24 15:51:48 UTC 2015
#10567: Redundant parser entry point
-------------------------------------+-------------------------------------
Reporter: mpickering | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.10.1
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple | Blocked By:
Test Case: | Related Tickets:
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
The `stmt` parser is exposed under two different names. (`parseFullStmt`
and `parseStatement`) It would be better to remove one of them (I would
say `parseFullStmt`) in order to avoid confusion.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10567>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list