[Haskell-cafe] [Probably a dumb question] Quasiquoting

Andrew Coppin andrewcoppin at btinternet.com
Mon Mar 30 17:26:28 EDT 2009


Can somebody explain to me how

  [$expr| 1 + 2 |]

is different from

  ($expr "1 + 2")

Other than a superficially different type signature, I'm not seeing what 
the fundamental difference is...



More information about the Haskell-Cafe mailing list