hdiff
packages
feed
purescript
-0.11.0: examples/warning/ShadowedNameParens.purs
-- @shouldWarnWith ShadowedName module Main where f :: Int -> Int -> Int f n = \(n) -> 1