packages feed

Hs2lib-0.4.8: Tests/Src/Test_SimpleLists.hs

module Tests.Src.Test_SimpleLists where

-- @@ Export
summerize :: [Int] -> [Int] -> Int
summerize x y = sum $ x ++ y

-- @@ Export
single :: Int -> [Int]
single x = [1..x]