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/Osektupel/index.html

Module Osektupel

include module type of struct include Printable.Blank end
include module type of struct include Printable.Std end
type group = Printable.Std.group = |
val show_group : group -> 'a
val to_group : 'a -> 'b option
val trace_enabled : bool
val invariant : 'a -> 'b -> Invariant.t
val tag : 'a -> 'b
val arbitrary : unit -> 'a
val relift : 'a -> 'a
val printXml : 'a BatInnerIO.output -> 'b -> unit
type t' =
  1. | Val of int
  2. | Bot
and t = t' * t' * t' * t'
val equal_t' : t' -> t' -> Ppx_deriving_runtime.bool
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare_t' : t' -> t' -> Ppx_deriving_runtime.int
val compare : t -> t -> Ppx_deriving_runtime.int
val t'_to_yojson : t' -> Yojson.Safe.t
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t
val name : unit -> string
val is_bot_c : t' -> bool
val hash : (t' * t' * t' * t') -> int
val copy : 'a -> 'a
val top : unit -> t' * t' * t' * t'
val is_top : (t' * t' * t' * t') -> bool
val bot : unit -> t' * t' * t' * t'
val is_bot : (t' * t' * t' * t') -> bool
val show : (t' * t' * t' * t') -> string
val pretty : unit -> (t' * t' * t' * t') -> Pretty.doc
val pretty_diff : unit -> ((t' * t' * t' * t') * (t' * t' * t' * t')) -> Pretty.doc
val min_t' : t' -> t' -> t'
val max_t' : t' -> t' -> t'
val leq_t' : t' -> t' -> bool
val leq : (t' * t' * t' * t') -> (t' * t' * t' * t') -> bool
val join : (t' * t' * t' * t') -> (t' * t' * t' * t') -> t' * t' * t' * t'
val widen : (t' * t' * t' * t') -> (t' * t' * t' * t') -> t' * t' * t' * t'
val meet : (t' * t' * t' * t') -> (t' * t' * t' * t') -> t' * t' * t' * t'
val narrow : (t' * t' * t' * t') -> (t' * t' * t' * t') -> t' * t' * t' * t'
val fcon : (t' * t' * t' * t') -> (t' * t' * t' * t') -> t' * t' * t' * t'
OCaml

Innovation. Community. Security.