packages feed

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

-- @shouldWarnWith ShadowedName
module Main where

f :: Int -> Int -> Int
f n = \(n) -> 1