Safe HaskellNone

S08

Contents

Synopsis

Exercise 6

Exercise 3

range' :: Integer -> Integer -> [Integer] Source #

Exercise 4

prop_range_append :: Int -> Int -> Bool Source #

Exercise 5

splitAt' :: Int -> [a] -> ([a], [a]) Source #