diff --git a/dev/containers/CCSexp/Decoder/index.html b/dev/containers/CCSexp/Decoder/index.html
index 116d1109..7cd15c09 100644
--- a/dev/containers/CCSexp/Decoder/index.html
+++ b/dev/containers/CCSexp/Decoder/index.html
@@ -1,2 +1,2 @@
-
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
+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 locLocations for the S-expressions.
- since
- NEXT_RELEASE
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/index.html b/dev/containers/CCSexp/index.html
index bcd7fb46..8ab61aa8 100644
--- a/dev/containers/CCSexp/index.html
+++ b/dev/containers/CCSexp/index.html
@@ -1,2 +1,2 @@
-