Js_of_ocaml_compiler.Codemodule Addr : sig ... endmodule DebugAddr : sig ... endmodule Var : sig ... endtype constant = | String of string |
| NativeString of string |
| Float of float |
| Float_array of float array |
| Int64 of int64 |
| Tuple of int * constant array * array_or_not |
| Int of int32 |
module Print : sig ... endval fold_children : 'c fold_blocsval traverse :
fold_blocs_poly ->
( Addr.t -> 'c -> 'c ) ->
Addr.t ->
block Addr.Map.t ->
'c ->
'cval empty : programval is_empty : program -> boolval invariant : program -> unit