package caps

  1. Overview
  2. Docs
Capability types and rules for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
md5=84dac271a62bd7f13776958561fa9056
sha512=85701a1dd5a584ea795e6b2101aa8a07b3d1ab616a302b013b1d18bf2d69e287e3392a6d30d06e228c8fbd30f41a137b6bbced02e75d9c72c99293b40e27dc9b

doc/caps.tcb/TCB/Format/index.html

Module TCB.FormatSource

Sourcetype formatter = Format.formatter
Sourceval formatter_of_buffer : Buffer.t -> Format.formatter
Sourceval fprintf : Format.formatter -> ('a, Format.formatter, unit) format -> 'a
Sourceval sprintf : ('a, unit, string) format -> 'a
Sourceval kfprintf : (Format.formatter -> 'a) -> Format.formatter -> ('b, Format.formatter, unit, 'a) format4 -> 'b
Sourceval kasprintf : (string -> 'a) -> ('b, Format.formatter, unit, 'a) format4 -> 'b
Sourceval ikfprintf : (Format.formatter -> 'a) -> Format.formatter -> ('b, Format.formatter, unit, 'a) format4 -> 'b
Sourceval pp_print_int : Format.formatter -> int -> unit
Sourceval pp_print_string : Format.formatter -> string -> unit
Sourceval pp_print_list : ?pp_sep:??? -> (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a list -> unit
Sourceval pp_print_as : Format.formatter -> int -> string -> unit
Sourceval pp_print_flush : Format.formatter -> unit -> unit
Sourceval pp_set_margin : Format.formatter -> int -> unit
Sourceval pp_open_box : Format.formatter -> int -> unit
Sourceval pp_print_break : Format.formatter -> int -> int -> unit