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

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