Lists
This module contains utility functions for the list data type.
Arithmetic
This module defines an expression type for manipulating simple arithmetic expressions.
Trees
This module implements various utility functions on binary trees.
Binary
The Binary module exports a function to add numbers in binary representations.
Warmup
This module contains a series of warmup exercises with the List.fold_left and List.fold_right functions.