From 9199f59311ebcf4d58c7279b757478b1551279c6 Mon Sep 17 00:00:00 2001 From: c-cube Date: Wed, 30 Mar 2022 16:14:01 +0000 Subject: [PATCH] deploy: 3653d9b81cf07e72d235789f728c2f2703bf4cac --- dev/index.html | 4 ++-- dev/tiny_httpd/Tiny_httpd_html_/Out/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/index.html b/dev/index.html index 561f97ec..61655752 100644 --- a/dev/index.html +++ b/dev/index.html @@ -11,8 +11,8 @@

OCaml package documentation

    -
  1. tiny_httpd 0.11
  2. -
  3. tiny_httpd_camlzip 0.11
  4. +
  5. tiny_httpd 0.12
  6. +
  7. tiny_httpd_camlzip 0.12
diff --git a/dev/tiny_httpd/Tiny_httpd_html_/Out/index.html b/dev/tiny_httpd/Tiny_httpd_html_/Out/index.html index 8e95dae9..419c4631 100644 --- a/dev/tiny_httpd/Tiny_httpd_html_/Out/index.html +++ b/dev/tiny_httpd/Tiny_httpd_html_/Out/index.html @@ -1,2 +1,2 @@ -Out (tiny_httpd.Tiny_httpd_html_.Out)

Module Tiny_httpd_html_.Out

Output for HTML combinators.

This output type is used to produce a string reasonably efficiently from a tree of combinators.

type t
val create : unit -> t
val clear : t -> unit
val add_char : t -> char -> unit
val add_string : t -> string -> unit
val add_format_nl : t -> unit
val with_no_format_nl : t -> ( unit -> 'a ) -> 'a
val to_string : t -> string
\ No newline at end of file +Out (tiny_httpd.Tiny_httpd_html_.Out)

Module Tiny_httpd_html_.Out

Output for HTML combinators.

This output type is used to produce a string reasonably efficiently from a tree of combinators.

type t
val create : unit -> t
val clear : t -> unit
val add_char : t -> char -> unit
val add_string : t -> string -> unit
val add_format_nl : t -> unit
val with_no_format_nl : t -> ( unit -> 'a ) -> 'a
val to_string : t -> string
\ No newline at end of file