packages feed

purescript-0.9.1: examples/warning/UnusedTypeVar.purs

-- @shouldWarnWith UnusedTypeVar
module Main where

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