packages feed

HaRe-0.8.0.0: test/testdata/LiftToToplevel/C3.hs.expected

module LiftToToplevel.C3  where 

import LiftToToplevel.D3(pow)

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

anotherFun [] = 0