summaryrefslogtreecommitdiff
path: root/testsuite/tests/linear/should_compile/LinearTH2.hs
blob: a35f9a1c7e84c7fd8379cc5b9d9446282b703595 (plain)
1
2
3
4
{-# LANGUAGE LinearTypes, TemplateHaskell, RankNTypes #-}
module LinearTH2 where

x1 = [t|forall p. Int # p -> Int|]