packages feed

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

-- @shouldWarnWith UnusedTypeVar
module Main where

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