packages feed

HaRe-0.8.0.0: test/testdata/LiftOneLevel/C2.hs.expected

module LiftOneLevel.C2 (module LiftOneLevel.D2, module LiftOneLevel.C2) where

import LiftOneLevel.D2 hiding (sq)

anotherFun (x:xs) = x^4 + anotherFun xs

anotherFun [] = 0