diff --git a/dev/containers/CCChar/Infix/index.html b/dev/containers/CCChar/Infix/index.html
new file mode 100644
index 00000000..80d9c93a
--- /dev/null
+++ b/dev/containers/CCChar/Infix/index.html
@@ -0,0 +1,2 @@
+
+
Infix (containers.CCChar.Infix) val (=) : t -> t -> boolsince NEXT_RELEASE val (<>) : t -> t -> boolsince NEXT_RELEASE val (<) : t -> t -> boolsince NEXT_RELEASE val (>) : t -> t -> boolsince NEXT_RELEASE val (<=) : t -> t -> boolsince NEXT_RELEASE val (>=) : t -> t -> boolsince NEXT_RELEASE
\ No newline at end of file
diff --git a/dev/containers/CCChar/index.html b/dev/containers/CCChar/index.html
index 6c36227f..0062ffc2 100644
--- a/dev/containers/CCChar/index.html
+++ b/dev/containers/CCChar/index.html
@@ -1,2 +1,2 @@
-CCChar (containers.CCChar) Up – containers » CCCharModule CCChar Utils around charsince 0.14 Documentation for the standard Char module
include module type of sig ... end val code : char -> intval chr : int -> charval escaped : char -> stringval lowercase : char -> charval uppercase : char -> charval lowercase_ascii : char -> charval uppercase_ascii : char -> chartype t = charval compare : t -> t -> intval equal : t -> t -> boolval unsafe_chr : int -> charval compare : t -> t -> intThe comparison function for characters, with the same specification as Stdlib.compare . Along with the type t, this function compare allows the module Char to be passed as argument to the functors Set.Make and Map.Make .
val of_int_exn : int -> t Alias to Char.chr . Return the character with the given ASCII code.
raises Invalid_argument if the int is not within 0 … 255.
since 1.0 val of_int : int -> t optionSafe version of of_int_exn .
since 1.0 val to_int : t -> intAlias to Char.code . Return the ASCII code of the argument.
since 1.0 val to_string : t -> stringto_string c returns a string containing c
since 2.7 val pp_buf : Stdlib.Buffer.t -> t -> unitRenamed from pp since 2.0.
val pp : Stdlib.Format.formatter -> t -> unitRenamed from print since 2.0.
\ No newline at end of file
+CCChar (containers.CCChar) Up – containers » CCCharModule CCChar Utils around charsince 0.14 Documentation for the standard Char module
include module type of sig ... end val code : char -> intval chr : int -> charval escaped : char -> stringval lowercase : char -> charval uppercase : char -> charval lowercase_ascii : char -> charval uppercase_ascii : char -> chartype t = charval compare : t -> t -> intval equal : t -> t -> boolval unsafe_chr : int -> charval compare : t -> t -> intThe comparison function for characters, with the same specification as Stdlib.compare . Along with the type t, this function compare allows the module Char to be passed as argument to the functors Set.Make and Map.Make .
val of_int_exn : int -> t Alias to Char.chr . Return the character with the given ASCII code.
raises Invalid_argument if the int is not within 0 … 255.
since 1.0 val of_int : int -> t optionSafe version of of_int_exn .
since 1.0 val to_int : t -> intAlias to Char.code . Return the ASCII code of the argument.
since 1.0 val to_string : t -> stringto_string c returns a string containing c
since 2.7 val pp_buf : Stdlib.Buffer.t -> t -> unitRenamed from pp since 2.0.
val pp : Stdlib.Format.formatter -> t -> unitRenamed from print since 2.0.
Infix Operatorssince NEXT_RELEASE module Infix : sig ... end include module type of Infix val (=) : t -> t -> boolsince NEXT_RELEASE val (<>) : t -> t -> boolsince NEXT_RELEASE val (<) : t -> t -> boolsince NEXT_RELEASE val (>) : t -> t -> boolsince NEXT_RELEASE val (<=) : t -> t -> boolsince NEXT_RELEASE val (>=) : t -> t -> boolsince NEXT_RELEASE
\ No newline at end of file