packages feed

purescript-0.12.0: tests/purs/warning/UnusedTypeVar.purs

-- @shouldWarnWith UnusedTypeVar
module Main where

f :: forall a b. a -> a
f x = x