For version 0.7.0.
To top.  Up: ..Shapes..Data

[standard prelude]

seq-support


Alphabetical index

Namespace:  ..Shapes..Data

Sequences have type §Seq, which only provides basic operations for operating on a sequence. This extension provides standard functions that operate on sequences found in many other languages (Clojure, for instance, was the inspiration for the name of the type §Seq).
The documentation of this extension is currently incomplete.
f::( ::§E  §T ) seq::§ConsPair §ConsPair§E  
Type of original list elements.
§T  
Type of new list elements.
Dynamic references:none
Construct new list with elements obtained by applying f to the corresponding element in seq.
seq::§Seq n::§Integer §ConsPairDynamic references:none
Construct list with just the first n elements in seq (or all of seq if n exceeds the length of the list). Obviously, n shall be non-negative.
Get Shapes at SourceForge.net. Fast, secure and Free Open Source software downloads