summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T16895a.hs
blob: 8bc847d271cd7e03b1d3f42c960d1524263ebb70 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TemplateHaskell #-}

module T16895a where

import Language.Haskell.TH

main = print $(uInfixE [|1|] [|id id|] [|2|])