1 2 3 4 5
{-# LANGUAGE ImplicitParams #-} {-# LANGUAGE TemplateHaskell #-} import Language.Haskell.TH $(fmap (:[]) (implicitParamBindD "x" [e| 1 |]))