Module Functional
[show private]
[frames] | no frames]

Module Functional

source code

Functional data structures. These include LList, an immutable linked-list with constant-time addition to the head, tail slices, length and hash methods.

Classes [show private]
  LList
Immutable linked-list datatype.
Variables [show private]
  NULL = LList(None,None)
An empty LList.