Ticket #203 (closed bug report: fixed)
Quasiquote syntax error causes out of memory error
| Reported by: | NeilMitchell2 | Owned by: | nibro |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | parser | Version: | 1.8.x |
| Keywords: | Cc: |
Description
Reported by an HLint user: http://code.google.com/p/ndmitchell/issues/detail?id=373
$ import Language.Haskell.Exts.Annotate $ parseFileContentsWithExts [QuasiQuotes] "f [$qq|,a] = a" <interactive>: out of memory
Nnote the missing | from the end of the quasiquote brackets.
Change History
Note: See
TracTickets for help on using
tickets.
