Ticket #6 (closed bug report: fixed)
Parser cannot handle kind signatures on arguments to type family constructors
| Reported by: | nibro | Owned by: | nibro |
|---|---|---|---|
| Priority: | major | Milestone: | Full code support |
| Component: | parser | Version: | |
| Keywords: | Cc: |
Description
data Id = Id type family Rep (f :: * -> *) x :: * type instance Rep Id x = x
Parsing works without the ':: * -> *'.
Change History
Note: See
TracTickets for help on using
tickets.
