├── README.md └── exercise-solutions ├── BinaryTreeFoldMap.hs ├── BinaryTreeFoldr.hs ├── Filter.hs ├── Head.hs ├── InMaElement.hs ├── Last.hs ├── Length.hs ├── Map.hs ├── Max.hs ├── Product.hs └── Reverse.hs /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aymannadeem/foldilocks/HEAD/README.md -------------------------------------------------------------------------------- /exercise-solutions/BinaryTreeFoldMap.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aymannadeem/foldilocks/HEAD/exercise-solutions/BinaryTreeFoldMap.hs -------------------------------------------------------------------------------- /exercise-solutions/BinaryTreeFoldr.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aymannadeem/foldilocks/HEAD/exercise-solutions/BinaryTreeFoldr.hs -------------------------------------------------------------------------------- /exercise-solutions/Filter.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aymannadeem/foldilocks/HEAD/exercise-solutions/Filter.hs -------------------------------------------------------------------------------- /exercise-solutions/Head.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aymannadeem/foldilocks/HEAD/exercise-solutions/Head.hs -------------------------------------------------------------------------------- /exercise-solutions/InMaElement.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aymannadeem/foldilocks/HEAD/exercise-solutions/InMaElement.hs -------------------------------------------------------------------------------- /exercise-solutions/Last.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aymannadeem/foldilocks/HEAD/exercise-solutions/Last.hs -------------------------------------------------------------------------------- /exercise-solutions/Length.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aymannadeem/foldilocks/HEAD/exercise-solutions/Length.hs -------------------------------------------------------------------------------- /exercise-solutions/Map.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aymannadeem/foldilocks/HEAD/exercise-solutions/Map.hs -------------------------------------------------------------------------------- /exercise-solutions/Max.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aymannadeem/foldilocks/HEAD/exercise-solutions/Max.hs -------------------------------------------------------------------------------- /exercise-solutions/Product.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aymannadeem/foldilocks/HEAD/exercise-solutions/Product.hs -------------------------------------------------------------------------------- /exercise-solutions/Reverse.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aymannadeem/foldilocks/HEAD/exercise-solutions/Reverse.hs --------------------------------------------------------------------------------