summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/rn005.hs
blob: 623bd78df35b9aaf3d622439a66586c354f21b30 (plain)
1
2
3
4
5
6
7
8
-- !!! rn005: simplest case: a few non-recursive bindings

module Test where

f = []
g x = x
h x y = x
i x y z = x