package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. tags : Tags.t;
  2. severity : Severity.t;
  3. multipiece : MultiPiece.t;
}
val equal : t -> t -> Ppx_deriving_runtime.bool
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t
val should_warn : t -> bool
val hash : t -> int