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