packages feed

HaRe-0.8.0.0: test/testdata/LiftOneLevel/A3.hs

module LiftOneLevel.A3 where
 
import LiftOneLevel.C3 (anotherFun)
import LiftOneLevel.D3 (sumSquares)

main = sumSquares [1..4] + anotherFun [1..4]