summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T13968.hs
blob: 1e54ef12f3239ce78b27659b75a14a271573c033 (plain)
1
2
3
4
5
6
{-# LANGUAGE TemplateHaskell #-}
module T13968 where

import Language.Haskell.TH

$(pure [ValD (VarP 'succ) (NormalB (ConE 'True)) []])