package base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Continue_or_stop.t is used by the f argument to fold_until in order to indicate whether folding should continue, or stop early.

Continue_or_stop.t is used by the f argument to fold_until in order to indicate whether folding should continue, or stop early.

type ('a, 'b) t =
  1. | Continue of 'a
  2. | Stop of 'b