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

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