package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Error
  2. | Warning
  3. | Info
  4. | Debug
  5. | Success
val equal : t -> t -> Ppx_deriving_runtime.bool
val min : int
val max : int
val to_enum : t -> int
val of_enum : int -> t option
val hash : t -> int
val compare : t -> t -> int
val should_warn : t -> bool
val to_yojson : t -> [> `String of Ppx_deriving_runtime.string ]
val of_yojson : [> `String of string ] -> (t, string) Result.result