package preface

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t = 'a C.t

The type held by the Traversable.

type 'a iter = 'a C.iter

The iterable type held by the Traversable.

val sequence : 'a t iter -> 'a iter t

Evaluate each action in the structure from left to right, and collect the results