package goblint

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

Abstract domains with Hoare ordering.

module Pretty = GoblintCil.Pretty
exception Unsupported of string
val unsupported : string -> 'a
module HoarePO (E : Lattice.PO) : sig ... end
module type SetS = sig ... end
module Set (B : Lattice.S) : SetS with type elt = B.t

Set of Lattice.S elements with Hoare ordering. This abstracts a set by its maximal elements.

module MapBot (SpecD : Lattice.S) (R : SetDomain.S) : sig ... end
module SetEM (E : Lattice.S) : SetDomain.S with type elt = E.t

Set of Lattice.S elements with Hoare ordering. This abstracts a set by its maximal elements.