package zelus

  1. Overview
  2. Docs
A synchronous language with ODEs

Install

Dune Dependency

Authors

Maintainers

Sources

2.2.tar.gz
md5=437ae922f1fda392efca3e37e8b8bb4c
sha512=d591cdbeedb8f3a7f568d6d4994de572093822cb354b112886326219174311715a71a35de57a4c2070eae349f65f0c8f3d6c2f6a5a79a8187bbffc687cd108a6

doc/zelus.zlcompilerlibs/Pp_tools/index.html

Module Pp_tools

val print_if_not_empty : ('a -> 'b list -> unit) -> 'a -> 'b list -> unit
val print_list_no_space : (Format.formatter -> 'a -> unit) -> string -> string -> string -> Format.formatter -> 'a list -> unit
val print_list_r : (Format.formatter -> 'a -> unit) -> string -> string -> string -> Format.formatter -> 'a list -> unit
val print_list_l : (Format.formatter -> 'a -> unit) -> string -> string -> string -> Format.formatter -> 'a list -> unit
val print_list_r_empty : (Format.formatter -> 'a -> unit) -> string -> string -> string -> Format.formatter -> 'a list -> unit
val print_couple : (Format.formatter -> 'a -> unit) -> (Format.formatter -> 'b -> unit) -> string -> string -> string -> Format.formatter -> ('a * 'b) -> unit
val print_couple2 : (Format.formatter -> 'a -> unit) -> (Format.formatter -> 'b -> unit) -> string -> string -> string -> string -> Format.formatter -> ('a * 'b) -> unit
val print_record : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a list -> unit
val print_with_braces : (Format.formatter -> 'a -> unit) -> string -> string -> Format.formatter -> 'a -> unit
val print_opt : ('a -> 'b -> unit) -> 'a -> 'b option -> unit
val print_opt2 : (Format.formatter -> 'a -> unit) -> string -> Format.formatter -> 'a option -> unit
OCaml

Innovation. Community. Security.