package why3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val string : Stdlib.Format.formatter -> string -> unit
val int : Stdlib.Format.formatter -> int -> unit
val bool : Stdlib.Format.formatter -> bool -> unit
val float : Stdlib.Format.formatter -> float -> unit
val standard_float : Stdlib.Format.formatter -> float -> unit
val list : (Stdlib.Format.formatter -> 'a -> unit) -> Stdlib.Format.formatter -> 'a list -> unit
val map_bindings : ('a -> string) -> (Stdlib.Format.formatter -> 'b -> unit) -> Stdlib.Format.formatter -> ('a * 'b) list -> unit
val print_json_field : string -> (Stdlib.Format.formatter -> 'a -> unit) -> Stdlib.Format.formatter -> 'a -> unit
val convert_record : (string * 'a) list -> 'a Wstdlib.Mstr.t
type json =
  1. | Record of json Wstdlib.Mstr.t
  2. | Proj of json Wstdlib.Mstr.t
  3. | List of json list
  4. | String of string
  5. | Int of int
  6. | Float of float
  7. | Bool of bool
  8. | Null
val print_json : Stdlib.Format.formatter -> json -> unit
val get_field : json -> string -> json
val get_string : json -> string
val get_int : json -> int
val get_list : json -> json list
val get_float : json -> float
val get_bool : json -> bool
val get_bool_opt : json -> bool -> bool
OCaml

Innovation. Community. Security.