1 2 3 4 5 6 7
{-# LANGUAGE LinearTypes #-} module LinearPatternGuardWildcard where -- See #18439 unsafeConsume :: a %1 -> () unsafeConsume x | _ <- x = ()