package goblint

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

Module Lattice.FakeSource

Parameters

module Base : Printable.S

Signature

include module type of struct include Base end
type t = Base.t
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int
val show : t -> string
val pretty : unit -> t -> Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val name : unit -> string
val to_yojson : t -> Yojson.Safe.t
val tag : t -> int

Unique ID, given by HConsed, for context identification in witness

val arbitrary : unit -> t QCheck.arbitrary
val relift : t -> t
Sourceval leq : t -> t -> bool
Sourceval join : t -> t -> t
Sourceval widen : t -> t -> t
Sourceval meet : t -> t -> t
Sourceval narrow : t -> t -> t
include module type of struct include NoBotTop end
Sourceval top : unit -> 'a
Sourceval is_top : 'a -> bool
Sourceval bot : unit -> 'a
Sourceval is_bot : 'a -> bool
Sourceval pretty_diff : unit -> (t * t) -> Pretty.doc
OCaml

Innovation. Community. Security.