Map.Finished_or_unfinished
include Ppx_compare_lib.Comparable.S with type t := t
include Ppx_enumerate_lib.Enumerable.S with type t := t
val all : t list
include Ppx_compare_lib.Equal.S with type t := t
val sexp_of_t : t -> Sexplib0.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
.