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

Module Printable

Some things are not quite lattices ...

type json = Yojson.Safe.t
val json_to_yojson : 'a -> 'a
module type S = sig ... end
module Std : sig ... end
module Blank : sig ... end
module type Showable = sig ... end
module PrintSimple (P : Showable) : 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
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.