Module Js_of_ocaml_compiler.Shape
type t = - | Top
- | Block of t list
- | Function of {- arity : int;
- pure : bool;
- res : t;
 - }
val to_string : t -> stringval of_string : string -> tval equal : t -> t -> boolmodule Store : sig ... endmodule State : sig ... end