package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.3.0.tbz
sha256=b729c94adb383a39aea32eb005c988dfd44b92af22ee6a4eedf4239542ac6c26
sha512=643b98770e5fe5644324c95c9ae3a9f698f25c8b11b298f0751d524e0b20af368b2a465fc8200b75a73d48fc9a053fd90f5e8920d4db070927f93188bb8687e0

doc/goblint.common/Lattice/index.html

Module Lattice

Signature for lattices. Functors for common lattices.

module Pretty = GoblintCil.Pretty
exception Uncomparable
module type PO = sig ... end
module type S = sig ... end
exception TopValue

Exception raised by a topless lattice in place of a top value. Surrounding lattice functors may handle this on their own.

exception BotValue

Exception raised by a bottomless lattice in place of a bottom value. Surrounding lattice functors may handle this on their own.

exception Unsupported of string
val unsupported : string -> 'a
exception Invalid_widen of Pretty.doc
val assert_valid_widen : leq:('a -> 'b -> bool) -> pretty_diff:(unit -> ('a * 'b) -> Pretty.doc) -> 'a -> 'b -> unit
module UnitConf (N : Printable.Name) : sig ... end
module Unit : sig ... end
module NoBotTop : sig ... end
module Fake (Base : Printable.S) : sig ... end
module type PD = sig ... end
module FakeSingleton (Base : PD) : sig ... end
module Reverse (Base : S) : sig ... end
module HConsed (Base : S) : sig ... end
module HashCached (M : S) : sig ... end
module Flat (Base : Printable.S) (N : Printable.LiftingNames) : sig ... end
module Lift (Base : S) (N : Printable.LiftingNames) : sig ... end
module LiftPO (Base : PO) (N : Printable.LiftingNames) : sig ... end
module Lift2 (Base1 : S) (Base2 : S) (N : Printable.LiftingNames) : sig ... end
module ProdConf (C : Printable.ProdConfiguration) (Base1 : S) (Base2 : S) : sig ... end
module Prod (Base1 : S) (Base2 : S) : sig ... end
module ProdSimple (Base1 : S) (Base2 : S) : sig ... end
module Prod3 (Base1 : S) (Base2 : S) (Base3 : S) : sig ... end
module Prod4 (Base1 : S) (Base2 : S) (Base3 : S) (Base4 : S) : sig ... end
module LiftBot (Base : S) : sig ... end
module LiftTop (Base : S) : sig ... end
module Liszt (Base : S) : sig ... end
module type Num = sig ... end
module ProdList (Base : S) (N : Num) : sig ... end
module Chain (P : Printable.ChainParams) : S with type t = int
OCaml

Innovation. Community. Security.