package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.1.0.tbz
sha256=bfc412ec2e447eaef6f4f83892e3511ebf305593cb00561c1406be3ae8bf48e9
sha512=5f2a162e5f36bffafc9836b0d18b5b2808cecfa6bf68f83bb7d1e8b9947ac74cf07776eb09274b4b29d55c897a45a10768f0d9ed25810cf6ba2409c525e4cd4d

doc/goblint.lib/Goblint_lib/Printable/index.html

Module Goblint_lib.Printable

Some things are not quite lattices ...

module Pretty = GoblintCil.Pretty
module type S = sig ... end
module Empty : S
module Std : sig ... end
module Blank : sig ... end
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 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

OCaml

Innovation. Community. Security.