packages feed

purescript-0.10.3: examples/warning/2140.purs

-- @shouldWarnWith ShadowedTypeVar
module Main where

class Test a where
  f :: (forall a. a -> a) -> a -> a