package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b, 'c) action =
  1. | Rec of 'a list
  2. | Skip
  3. | Accum of 'b list
  4. | Stop_and_keep
  5. | Stop_and_accum of 'b list * 'c option
val until : classify:('a -> ('a, 'b, 'c) action) -> 'a list -> 'b list * 'c option * 'a list
OCaml

Innovation. Community. Security.