id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
6,Parser cannot handle kind signatures on arguments to type family constructors,nibro,nibro,"{{{
data Id = Id

type family Rep (f :: * -> *) x :: *

type instance Rep Id x = x
}}}

Parsing works without the ':: * -> *'.",bug report,closed,major,Full code support,parser,,fixed,,
