package base

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

Module Map.Finished_or_unfinishedSource

Sourcetype t =
  1. | Finished
  2. | Unfinished
Sourceval compare : t -> t -> int
Sourceval all : t list
Sourceval equal : t -> t -> bool
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval of_continue_or_stop : Continue_or_stop.t -> t

Maps Continue to Finished and Stop to Unfinished.

Sourceval to_continue_or_stop : t -> Continue_or_stop.t

Maps Finished to Continue and Unfinished to Stop.

OCaml

Innovation. Community. Security.