package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module S : Spec

Signature

include sig ... end
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
type group = Printable.Std.group = |
val show_group : group -> 'a
val to_group : 'a -> 'b option
val trace_enabled : bool
val tag : 'a -> 'b
val hash : (S.C.t * S.D.t * CilType.Fundec.t) -> int
val to_yojson : (S.C.t * S.D.t * CilType.Fundec.t) -> [> `Assoc of (string * Printable.json) list ]
val name : unit -> string
val arbitrary : unit -> (S.C.t * S.D.t * CilType.Fundec.t) QCheck.arbitrary
val show : t -> string
val pretty : unit -> ('a * S.D.t * 'b) -> Pretty.doc
val printXml : 'a BatInnerIO.output -> (S.C.t * S.D.t * 'b) -> unit