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

-- We should suggest that _ :: Multiplicity
f :: a %_ -> a
f x = x