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

module T16895e where

import Language.Haskell.TH

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