package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.5.0.tbz
sha256=452d8491527aea21f2cbb11defcc14ba0daf9fdb6bdb9fc0af73e56eac57b916
sha512=1993cd45c4c7fe124ca6e157f07d17ec50fab5611b270a434ed1b7fb2910aa85a8e6eaaa77dad770430710aafb2f6d676c774dd33942d921f23e2f9854486551

doc/goblint.domain/FlagHelper/LatticeFlagHelper/index.html

Module FlagHelper.LatticeFlagHelperSource

Parameters

module Msg : FlagError

Signature

include sig ... end
Sourcetype t = L.t option * R.t option
Sourceval compare : t -> t -> Ppx_deriving_runtime.int
Sourceval hash : t -> int
Sourceval unop : ('a -> 'b) -> ('c -> 'b) -> ('a option * 'c option) -> 'b
Sourceval binop : ('a -> 'b -> 'c) -> ('d -> 'e -> 'c) -> ('a option * 'd option) -> ('b option * 'e option) -> 'c
Sourceval unop_to_t : ('a -> 'b) -> ('c -> 'd) -> ('a option * 'c option) -> 'b option * 'd option
Sourceval binop_to_t : ('a -> 'b -> 'c) -> ('d -> 'e -> 'f) -> ('a option * 'd option) -> ('b option * 'e option) -> 'c option * 'f option
Sourceval show : (L.t option * R.t option) -> string
Sourceval pretty : unit -> (L.t option * R.t option) -> Printable.Pretty.doc
Sourceval printXml : 'a BatInnerIO.output -> (L.t option * R.t option) -> unit
Sourceval to_yojson : (L.t option * R.t option) -> Yojson.Safe.t
Sourceval relift : (L.t option * R.t option) -> L.t option * R.t option
Sourceval tag : 'a -> 'b
Sourceval arbitrary : unit -> 'a
Sourceval leq : (L.t option * R.t option) -> (L.t option * R.t option) -> bool
Sourceval join : (L.t option * R.t option) -> (L.t option * R.t option) -> L.t option * R.t option
Sourceval meet : (L.t option * R.t option) -> (L.t option * R.t option) -> L.t option * R.t option
Sourceval widen : (L.t option * R.t option) -> (L.t option * R.t option) -> L.t option * R.t option
Sourceval narrow : (L.t option * R.t option) -> (L.t option * R.t option) -> L.t option * R.t option
Sourceval is_top : (L.t option * R.t option) -> bool
Sourceval is_bot : (L.t option * R.t option) -> bool
Sourceval pretty_diff : unit -> ((L.t option * R.t option) * (L.t option * R.t option)) -> Lattice.Pretty.doc
OCaml

Innovation. Community. Security.