next up previous contents index
Next: ListException Up: Data Structures Previous: equal?   Contents   Index


List


Usage

import from List T


Parameter Type Description
T Type the type of the list entries


Description

List provides lists of entries of type $T$, $1$-indexed and without bound checking.


Exports

ListType T



Manuel Bronstein 2004-06-28