Safe HaskellSafe

S11

Contents

Synopsis

Exercises 1, 2, 3, 5, and 6

Exercise 4

lengthConcat :: [[a]] -> Int Source #

An alternative implementation using foldl

lengthConcat' :: [[a]] -> Int Source #