package goblint

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

Parameters

module G0 : Lattice.S

Signature

module ReadWrite : sig ... end
module Write : sig ... end
module P : sig ... end
include sig ... end
val expand_fst : bool
val expand_snd : bool
type t = P.t * P.t
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int
val tag : 'a -> 'b
val show : (P.t * P.t) -> string
val pretty : unit -> (P.t * P.t) -> Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> (P.t * P.t) -> unit
val to_yojson : (P.t * P.t) -> [> `Assoc of (string * Yojson.Safe.t) list ]
val arbitrary : unit -> (P.t * P.t) QCheck.arbitrary
val relift : (P.t * P.t) -> P.t * P.t
val bot : unit -> P.t * P.t
val is_bot : (P.t * P.t) -> bool
val top : unit -> P.t * P.t
val is_top : (P.t * P.t) -> bool
val leq : (P.t * P.t) -> (P.t * P.t) -> bool
val pretty_diff : unit -> (t * t) -> Lattice.Pretty.doc
val op_scheme : ('a -> 'b -> P.t) -> ('c -> 'd -> P.t) -> ('a * 'c) -> ('b * 'd) -> t
val join : (P.t * P.t) -> (P.t * P.t) -> t
val meet : (P.t * P.t) -> (P.t * P.t) -> t
val narrow : (P.t * P.t) -> (P.t * P.t) -> t
val widen : (P.t * P.t) -> (P.t * P.t) -> t
val name : unit -> string
val get : write:bool -> Queries.Protection.t -> (('a * 'b) * ('a * 'b)) -> 'c
OCaml

Innovation. Community. Security.