package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Base.Map.Finished_or_unfinished.t =
  1. | Finished
  2. | Unfinished
val compare : t -> t -> Base.Int.t
val all : t Base.List.t
val equal : t -> t -> Base.Bool.t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val of_continue_or_stop : Map.Continue_or_stop.t -> t

Maps Continue to Finished and Stop to Unfinished.

val to_continue_or_stop : t -> Map.Continue_or_stop.t

Maps Finished to Continue and Unfinished to Stop.