1 2 3 4 5 6
{-# LANGUAGE LinearTypes #-} module LinearAsPat where shouldFail :: Bool %1 -> Bool shouldFail x@True = x