summaryrefslogtreecommitdiff
path: root/testsuite/tests/linear/should_fail/LinearVar.hs
blob: 9a3abb8c895ca6193c154dde33f9f15679b99d9b (plain)
1
2
3
4
5
{-# LANGUAGE LinearTypes #-}
module LinearVar where

f :: a %m -> b
f = undefined :: a -> b