package General

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | GoOn
    (*

    Used to indicate iteration should proceed to next item

    *)
  2. | ShortCircuit
    (*

    Used to indicate iteration should stop after this item

    *)

Return type for functions used in short-circuit iterations over collections. (i.e: :val:`General.Traits.Foldable.Short.S0:fold_short`)