Ticket #219 (new bug report)
Parse error on template haskell type splice with $
| Reported by: | NeilMitchell | Owned by: | nibro |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | parser | Version: | |
| Keywords: | Cc: |
Description
The following code parses with GHC, but gives a parse error with HSE:
{-# LANGUAGE TemplateHaskell #-}
unit x = [t| $x |]
Reported in HLint and tracked as bug 514: http://code.google.com/p/ndmitchell/issues/detail?id=514
Change History
Note: See
TracTickets for help on using
tickets.
