Module Zero_alloc_annotations.Check

type t =
  1. | Check_default
  2. | Check_all
  3. | Check_opt_only
  4. | No_check
val all : t list
val to_string : t -> string
val of_string : string -> t option
val equal : t -> t -> bool
val doc : string