[Haskell-cafe] Why are QuasiQuotes allowed in SafeHaskell?

kudah kudahkukarek at gmail.com
Tue Apr 23 10:30:32 CEST 2013


In GHC User's Guide, the reason to disable TemplateHaskell is as
follows:

> TemplateHaskell — Is particularly dangerous, as it can cause side
> effects even at compilation time and can be used to access
> constructors of abstract data types.

Doesn't the same apply to quasi-quotes?



More information about the Haskell-Cafe mailing list