1 2 3 4 5 6 7
# functional_list This library provides an immutable, singly-linked list implementation designed to be used with as little mutation as possible. See the `list` module documentation for more details.