id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
219,Parse error on template haskell type splice with $,NeilMitchell,nibro,"The following code parses with GHC, but gives a parse error with HSE:

{{{
{-# LANGUAGE TemplateHaskell #-}
unit x = [t| $x |]
}}}

Reported in HLint and tracked as bug 514: http://code.google.com/p/ndmitchell/issues/detail?id=514",bug report,new,major,,parser,,,,
