package goblint

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

Abstract domains with Hoare ordering.

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 elements with Hoare ordering.

module MapBot (SpecD : Lattice.S) (R : SetDomain.S) : sig ... end