packages feed

HaRe-0.8.0.0: test/testdata/AddParams1.hs

module AddParams1 where

sq  0 = 0
sq  z = z^2

foo = 3