package codex

  1. Overview
  2. Docs
The Codex library for building static analysers based on abstract interpretation

Install

dune-project
 Dependency

Authors

Maintainers

Sources

1.0-rc4.tar.gz
md5=bc7266a140c6886add673ede90e335d3
sha512=8da42c0ff2c1098c5f9cb2b5b43b306faf7ac93b8f5ae00c176918cee761f249ff45b29309f31a05bbcf6312304f86a0d5a000eb3f1094d3d3c2b9b4c7f5c386

doc/codex.domains/Domains/Log/Make_Conversion/index.html

Module Log.Make_ConversionSource

Parameters

module Log : Tracelog.S
module Sub : Sig.BASE

Signature

Sourceval ar0 : ('a -> Format.formatter -> 'b -> unit) -> (Format.formatter -> unit) -> ('a -> 'b) -> 'a -> 'b
Sourceval ar1 : ('a -> Format.formatter -> 'b -> unit) -> ('a -> Format.formatter -> 'c -> unit) -> (Format.formatter -> unit) -> ('a -> 'b -> 'c) -> 'a -> 'b -> 'c
Sourceval ar2 : ('a -> Format.formatter -> 'b -> unit) -> ('a -> Format.formatter -> 'c -> unit) -> ('a -> Format.formatter -> 'd -> unit) -> (Format.formatter -> unit) -> ('a -> 'b -> 'c -> 'd) -> 'a -> 'b -> 'c -> 'd
Sourceval ar3 : ('a -> Format.formatter -> 'b -> unit) -> ('a -> Format.formatter -> 'c -> unit) -> ('a -> Format.formatter -> 'd -> unit) -> ('a -> Format.formatter -> 'e -> unit) -> (Format.formatter -> unit) -> ('a -> 'b -> 'c -> 'd -> 'e) -> 'a -> 'b -> 'c -> 'd -> 'e
Sourcemodule Arity : sig ... end
Sourcetype boolean = Sub.boolean
Sourcetype integer = unit
Sourcetype enum = Sub.enum
Sourcetype bitvector = Sub.binary
Sourcetype 'a pp = Sub.Context.t -> Format.formatter -> 'a -> unit
Sourceval bool_printer : Sub.Context.t -> Format.formatter -> Sub.boolean -> unit
Sourceval enum_printer : Sub.Context.t -> Format.formatter -> Sub.enum -> unit
Sourceval integer_printer : 'a -> 'b
Sourceval bv_printer : size:Units.In_bits.t -> Sub.Context.t -> Format.formatter -> Sub.binary -> unit
Sourceval prod_printer : ('a -> Format.formatter -> 'b -> unit) -> ('a -> Format.formatter -> 'c -> unit) -> 'a -> Format.formatter -> ('b * 'c) -> unit