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

module T16895b where

import Language.Haskell.TH

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