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