id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
65,Parsing problems with where/irrefutable patterns,benl,,"Added by Jared.

This fails
{{{
example = ()
  where (Cons y ys) = []
}}}

with
{{{
ddc: src/Desugar/Kind.hs:(203,3)-(207,22): Non-exhaustive patterns in case
}}}

Test is {{{T65-ParseWhereIrref}}}",defect,closed,blocker,0.1.3,Source Parser,0.1.2,fixed,,
