diff --git a/dev/containers/CCSexp/Canonical/index.html b/dev/containers/CCSexp/Canonical/index.html
new file mode 100644
index 00000000..501227b7
--- /dev/null
+++ b/dev/containers/CCSexp/Canonical/index.html
@@ -0,0 +1,2 @@
+
+
Parameters
Signature
type t = Sexp.ttype sexp = t
val atom : string -> tMake an atom out of this string.
- since
- 2.8
val list : t list -> tMake a Sexpr of this list.
- since
- 2.8
val of_int : int -> tval of_bool : bool -> tval of_list : t list -> tval of_rev_list : t list -> tReverse the list.
val of_float : float -> tval of_unit : tval of_pair : (t * t) -> tval of_triple : (t * t * t) -> tval of_quad : (t * t * t * t) -> tval of_variant : string -> t list -> tof_variant name args is used to encode algebraic variants into a S-expr. For instance of_variant "some" [of_int 1] represents the value Some 1.
val of_field : string -> t -> tUsed to represent one record field.
val of_record : (string * t) list -> tRepresent a record by its named fields.
val to_buf : Stdlib.Buffer.t -> t -> unitval to_string : t -> stringval to_file : string -> t -> unitval to_file_iter : string -> t CCSexp_intf.iter -> unitPrint the given iter of expressions to a file.
val to_chan : Stdlib.out_channel -> t -> unitval pp : Stdlib.Format.formatter -> t -> unitPretty-printer nice on human eyes (including indentation).
val pp_noindent : Stdlib.Format.formatter -> t -> unitRaw, direct printing as compact as possible.
type 'a parse_result = | Yield of 'a |
| Fail of string |
| End |
A parser of 'a can return Yield x when it parsed a value, or Fail e when a parse error was encountered, or End if the input was empty.
val parse_string : string -> t CCSexp_intf.or_errorParse a string.
val parse_string_list : string -> t list CCSexp_intf.or_errorParse a string into a list of S-exprs.
- since
- 2.8
val parse_chan : Stdlib.in_channel -> t CCSexp_intf.or_errorParse a S-expression from the given channel. Can read more data than necessary, so don't use this if you need finer-grained control (e.g. to read something else after the S-exp).
val parse_chan_gen : Stdlib.in_channel -> t CCSexp_intf.or_error CCSexp_intf.genParse a channel into a generator of S-expressions.
val parse_chan_list : Stdlib.in_channel -> t list CCSexp_intf.or_errorval parse_file : string -> t CCSexp_intf.or_errorOpen the file and read a S-exp from it.
val parse_file_list : string -> t list CCSexp_intf.or_errorOpen the file and read a S-exp from it.
\ No newline at end of file
+Parameters
Signature
include CCSexp_intf.S0
type ttype sexp = t
val atom : string -> tMake an atom out of this string.
- since
- 2.8
val list : t list -> tMake a Sexpr of this list.
- since
- 2.8
val of_int : int -> tval of_bool : bool -> tval of_list : t list -> tval of_rev_list : t list -> tReverse the list.
val of_float : float -> tval of_unit : tval of_pair : (t * t) -> tval of_triple : (t * t * t) -> tval of_quad : (t * t * t * t) -> tval of_variant : string -> t list -> tof_variant name args is used to encode algebraic variants into a S-expr. For instance of_variant "some" [of_int 1] represents the value Some 1.
val of_field : string -> t -> tUsed to represent one record field.
val of_record : (string * t) list -> tRepresent a record by its named fields.
val to_buf : Stdlib.Buffer.t -> t -> unitval to_string : t -> stringval to_file : string -> t -> unitval to_file_iter : string -> t CCSexp_intf.iter -> unitPrint the given iter of expressions to a file.
val to_chan : Stdlib.out_channel -> t -> unitval pp : Stdlib.Format.formatter -> t -> unitPretty-printer nice on human eyes (including indentation).
val pp_noindent : Stdlib.Format.formatter -> t -> unitRaw, direct printing as compact as possible.
type 'a parse_result = | Yield of 'a |
| Fail of string |
| End |
A parser of 'a can return Yield x when it parsed a value, or Fail e when a parse error was encountered, or End if the input was empty.
\ No newline at end of file
diff --git a/dev/containers/CCSexp/MakeCanonical/argument-1-Sexp/index.html b/dev/containers/CCSexp/MakeCanonical/argument-1-Sexp/index.html
new file mode 100644
index 00000000..7adf4e66
--- /dev/null
+++ b/dev/containers/CCSexp/MakeCanonical/argument-1-Sexp/index.html
@@ -0,0 +1,2 @@
+
+Parameters
Signature
type t = Sexp.ttype sexp = t
val atom : string -> tMake an atom out of this string.
- since
- 2.8
val list : t list -> tMake a Sexpr of this list.
- since
- 2.8
val of_int : int -> tval of_bool : bool -> tval of_list : t list -> tval of_rev_list : t list -> tReverse the list.
val of_float : float -> tval of_unit : tval of_pair : (t * t) -> tval of_triple : (t * t * t) -> tval of_quad : (t * t * t * t) -> tval of_variant : string -> t list -> tof_variant name args is used to encode algebraic variants into a S-expr. For instance of_variant "some" [of_int 1] represents the value Some 1.
val of_field : string -> t -> tUsed to represent one record field.
val of_record : (string * t) list -> tRepresent a record by its named fields.
val to_buf : Stdlib.Buffer.t -> t -> unitval to_string : t -> stringval to_file : string -> t -> unitval to_file_iter : string -> t CCSexp_intf.iter -> unitPrint the given iter of expressions to a file.
val to_chan : Stdlib.out_channel -> t -> unitval pp : Stdlib.Format.formatter -> t -> unitPretty-printer nice on human eyes (including indentation).
val pp_noindent : Stdlib.Format.formatter -> t -> unitRaw, direct printing as compact as possible.
\ No newline at end of file
diff --git a/dev/containers/CCSexp/index.html b/dev/containers/CCSexp/index.html
index 823408bd..6b9c5840 100644
--- a/dev/containers/CCSexp/index.html
+++ b/dev/containers/CCSexp/index.html
@@ -1,2 +1,2 @@
-