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

module T16895c where

import Language.Haskell.TH

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