package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. loc : CilType.Location.t option;
  2. text : string;
  3. context : Obj.t option;
}
val equal : t -> t -> Ppx_deriving_runtime.bool
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t
val hash : t -> int
val text_with_context : t -> string