hdiff
packages
feed
purescript
-0.7.0.0: examples/failing/DuplicateDeclarationsInLet.purs
module Main where import Prelude foo = a where a :: Number a = 1 a :: Number a = 2