packages feed

HaRe-0.8.0.0: test/testdata/MoveDef/MultiFunBind1.hs

module MoveDef.MultiFunBind1 where

foo 0 = 0
foo x = y + 1

y = 3