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

Module Printable

Signature for comparable and outputtable elements. Functors for common printables.

module Pretty = GoblintCil.Pretty
module type S = sig ... end
module Empty : S
module Std : sig ... end

Default dummy definitions.

module StdLeaf : sig ... end

Default dummy definitions for leaf types: primitive and CIL types, which don't contain inner types that require relifting.

module type Showable = sig ... end
module SimpleShow (P : Showable) : sig ... end
module type Prettyable = sig ... end
module SimplePretty (P : Prettyable) : sig ... end
module type Name = sig ... end
module UnitConf (N : Name) : sig ... end
module Unit : sig ... end
module type LiftingNames = sig ... end
module DefaultNames : sig ... end
module HConsed (Base : S) : sig ... end
module HashCached (M : S) : sig ... end
module Lift (Base : S) (N : LiftingNames) : sig ... end
module Either (Base1 : S) (Base2 : S) : sig ... end
module Option (Base : S) (N : Name) : sig ... end
module Lift2 (Base1 : S) (Base2 : S) (N : LiftingNames) : sig ... end
module type ProdConfiguration = sig ... end
module ProdConf (C : 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 Liszt (Base : S) : sig ... end
module type ChainParams = sig ... end
module Chain (P : ChainParams) : S with type t = int
module LiftBot (Base : S) : sig ... end
module LiftTop (Base : S) : sig ... end
module Strings : sig ... end
module type FailwithMessage = sig ... end
val get_short_list : string -> string -> string list -> string

Concatenates a list of strings that fit in the given character constraint

module Yojson : sig ... end
OCaml

Innovation. Community. Security.