haskell-src-meta-mwotton-0.1.0: Parse source to template-haskell abstract syntax.

Language.Haskell.Meta.QQ.Hs

Description

Eat your face!

Synopsis

Documentation

hs :: QuasiQuoterSource

 ghci> [$hs|\x -> (x,x)|] 42
 (42,42)
 ghci> (\[$hs|a@(x,_)|] -> (a,x)) (42,88)
 ((42,88),42)