Ticket #218 (new bug report)
Opened 19 months ago
Parse error on forall
| Reported by: | NeilMitchell | Owned by: | nibro |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | parser | Version: | |
| Keywords: | Cc: |
Description
As reported by an HLint user in http://code.google.com/p/ndmitchell/issues/detail?id=504, HSE can't deal with the \forall symbol. The following gives a parse error.
{-# LANGUAGE UnicodeSyntax, ExplicitForAll #-}
module UniTest2 where
id1 ∷ ∀ a . a → a
id1 x = x
Note: See
TracTickets for help on using
tickets.
