summaryrefslogtreecommitdiff
path: root/testsuite/tests/linear/should_compile/LinearTH1.hs
blob: 4f19b3b449c49043bbd89d963f721a47f8bd5d4f (plain)
1
2
3
4
5
6
{-# LANGUAGE LinearTypes, TemplateHaskell #-}
{-# LANGUAGE NoMonomorphismRestriction #-}

module LinearTH1 where

x1 = [t|Int -> Int|]