jon.recoil.org

Module Zero_alloc_annotations.Check

type t =
  1. | Check_default
  2. | Check_all
  3. | Check_opt_only
  4. | No_check
val to_string : Zero_alloc_annotations.Check.t -> string
val of_string : string -> Zero_alloc_annotations.Check.t option
val doc : string