Ticket #208 (new bug report)
Infix data declaration heads do not handle more than two parameters
| Reported by: | nibro | Owned by: | nibro |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | parser | Version: | 1.9.x |
| Keywords: | Cc: |
Description
The following program incorrectly fails to parse due to the p parameter:
{-# LANGUAGE TypeOperators #-}
module IllDataTypeDeclTest where
data (f :+: g) p = L
Change History
Note: See
TracTickets for help on using
tickets.
