Closed GoogleCodeExporter closed 9 years ago
correction, my Safari is 3.2.1.
Original comment by ggr...@gmail.com
on 12 Feb 2009 at 2:09
Looks like
-- bind x (\ z -> case z of { p -> cont; _ -> fail "matcherr"})
is failing to match the haskell comment pattern.
The comment says
// Haskell does not have a regular lexical grammar due to the nested
// ncomment.
// comment -> dashes [ any<symbol> {any}] newline
// ncomment -> opencom ANYseq {ncomment ANYseq}closecom
// dashes -> '--' {'-'}
// opencom -> '{-'
// closecom -> '-}'
I think I was just confused by the ncomment production when writing the ncomment
production since comment seems to allow '{' and '}' to be contained.
Original comment by mikesamuel@gmail.com
on 19 May 2009 at 5:20
Fixed at revision 73. Will include this in the next minified version I release
soonish.
Original comment by mikesamuel@gmail.com
on 19 May 2009 at 5:26
Original issue reported on code.google.com by
ggr...@gmail.com
on 11 Feb 2009 at 11:39