Module Completing.Require_match

type t =
| Confirm

Can exit without match by confirming

| Confirm_after_completion

Can exit without match by typing, or by completing and then confirming

| False

Can exit without match

| Require_match_or_null

Cannot exit without match unless the input is nil

| True

Cannot exit without match

Must input match a completion candidate?

include Ecaml__.Import.Valueable.S with type t := t
type t
type 'a type_
val of_value_exn : Ecaml_value__.Value0.t -> t
val to_value : t -> Ecaml_value__.Value0.t
val type_ : t type_
val t : t type_
val default : t

False