Gil_syntax.Flag
Return-flags for GIL specifications
type t =
| Normal
Normal return
| Error
Error return
| Bug
Instant crash - for biabduction
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val equal : t -> t -> Ppx_deriving_runtime.bool
val str : t -> string
val pp : t Fmt.t
module Set : Stdlib.Set.S with type elt := t