package docout

  1. Overview
  2. Docs
val unit : unit -> t
val bool : bool -> t
val int : int -> t
val float : float -> t
val string : string -> t
val option : ('a -> t) -> 'a option -> t
val list : ('a -> t) -> 'a list -> t
val tuple : t list -> t