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

module T16895d where

import Language.Haskell.TH

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