package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Category of Category.t
  2. | CWE of int
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int
val pp : Format.formatter -> t -> unit
val should_warn : t -> bool
val to_yojson : t -> [> `Assoc of (string * [> `Int of int | `List of [> `String of string ] list ]) list ]
val of_yojson : [> `Assoc of (string * [> `Int of int | `List of Yojson__Safe.t list ]) list ] -> (t, string) Result.result