package goblint

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

Module HoareDomainSource

Abstract domains with Hoare ordering.

module Pretty = GoblintCil.Pretty
Sourceexception Unsupported of string
Sourceval unsupported : string -> 'a
Sourcemodule HoarePO (E : Lattice.PO) : sig ... end
Sourcemodule type SetS = sig ... end
Sourcemodule 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.

Sourcemodule MapBot (SpecD : Lattice.S) (R : SetDomain.S) : sig ... end
Sourcemodule 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.

OCaml

Innovation. Community. Security.