package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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