Module Map.Finished_or_unfinished

type t = Base.Map.Finished_or_unfinished.t =
| Finished
| Unfinished
val compare : t -> t -> Core_kernel__.Import.int
val all : t Core_kernel__.Import.list
val equal : t -> t -> Core_kernel__.Import.bool
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val of_continue_or_stop : Continue_or_stop.t -> t

Maps Continue to Finished and Stop to Unfinished.

val to_continue_or_stop : t -> Continue_or_stop.t

Maps Finished to Continue and Unfinished to Stop.