A sequence with an Applicative functor based on zipping.
Union case | Description |
Full Usage:
ZipList 's seq
Parameters:
's seq
|
|
Instance member | Description |
Full Usage:
this[n]
Parameters:
int
Returns: 's
|
|
Static member | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
ZipList.Traverse(arg1, f)
Parameters:
ZipList<'T>
f : 'T -> ^Functor<'U>
Returns: ^Functor
Modifiers: inline |
|
|
|
|
|
|
|