List Module
Functions and values
| Function or value |
Description
|
|
|
|
|
Full Usage:
foldWithLast f g initialState items
Parameters:
'state -> 'item -> 'state
g : 'state -> 'item -> 'state
initialState : 'state
items : 'item list
Returns: 'state
Type parameters: 'state, 'item |
Similar to a List.fold but pass in another fold function for when the last item is reached.
|
|
|
|
|
|
|
|
fantomas