packages feed

haskell-src-exts-1.24.0: tests/examples/ArityMismatch.hs

module ArityMismatch where

foo a b = 1
foo a = 2

bar = 1
baz = 2