package containers

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

Printers that correspond closely to OCaml's syntax.

val list : t list -> t
val of_iter : ?sep:t -> ('a -> t) -> 'a iter -> t
  • since 3.13.1
val of_array : ?sep:t -> ('a -> t) -> 'a array -> t
  • since 3.13.1
val parens : t -> t
  • since 3.13.1
val braces : t -> t
  • since 3.13.1
val brackets : t -> t

Adds '' '' around the term

  • since 3.13.1
val angles : t -> t

Adds '<' '>' around the term

  • since 3.13.1
OCaml

Innovation. Community. Security.