module test06 where test : {a} a -> a test a = bar where foo : a foo = zero bar = foo