* Add StringPrimL as a constructor for Template Haskell (Trac #4168)
authorsimonpj@microsoft.com <unknown>
Fri, 30 Jul 2010 13:19:22 +0000 (13:19 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 30 Jul 2010 13:19:22 +0000 (13:19 +0000)
commit70249b050422f2abba670e5fdb3c5853ceeb662c
treec2ec08fbf4ee77d6d9c4950d870350e5a7a26b8f
parent13346da217137e4efb6cf14657960c75a23251ad
* Add StringPrimL as a constructor for Template Haskell (Trac #4168)

There are already constructors for IntPrim, FloatPrim etc,
so this makes it more uniform.

There's a corresponding patch for the TH library
compiler/hsSyn/Convert.lhs