CS 380 Homework #5
Prof. Richard Eisenberg
Spring 2017
Suggested due date: Wednesday, March 22, 2017
This is a portfolio assignment.
Complete all the functions in Lab 6.
Write the following functions, also adapted from their list versions:
foldl
foldl1
foldr
foldr1
scanl
scanl1
scanr
scanr1
mapAccumL
mapAccumR
splitAt
Post your answers on GitHub as per the instructions in the policies page.