package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-1.1.1.tbz
sha256=999272bfbd3b9b96fcd58987b237ac6e9fa6d92ef935cc89f1ea2b4205185141
sha512=f3bf6ab71cf8c258d3290da4bf9f6fe42d7c671822e0efeb0fc50afdff078ab15e352237e5c1db31c5aa3a9d430691268ed2e5e00da10f2615835f672f91683d

doc/goblint.lib/Lattice/HashCached/index.html

Module Lattice.HashCached

Parameters

module M : S

Signature

include sig ... end
module LazyHash : sig ... end
val name : unit -> string
type t = Printable.HashCached(M).t = {
  1. m : M.t;
  2. lazy_hash : LazyHash.t;
}
val lift : M.t -> t
val unlift : t -> M.t
val lift_f : (M.t -> 'a) -> t -> 'a
val lift_f' : (M.t -> M.t) -> t -> t
val lift_f2 : (M.t -> M.t -> 'a) -> t -> t -> 'a
val lift_f2' : (M.t -> M.t -> M.t) -> t -> t -> t
val equal : t -> t -> bool
val compare : t -> t -> int
val hash : t -> int
val show : t -> string
val pretty : unit -> t -> Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val to_yojson : t -> Printable.json
val arbitrary : unit -> t QCheck.arbitrary
val tag : t -> int
val invariant : Invariant.context -> t -> Invariant.t
val leq : t -> t -> bool
val join : t -> t -> t
val meet : t -> t -> t
val widen : t -> t -> t
val narrow : t -> t -> t
val bot : unit -> t
val is_bot : t -> bool
val top : unit -> t
val is_top : t -> bool
val pretty_diff : unit -> (t * t) -> Pretty.doc
OCaml

Innovation. Community. Security.