jon.recoil.org

Module Js_of_ocaml_compiler.Shape

type t =
  1. | Top
  2. | Block of Js_of_ocaml_compiler.Shape.t list
  3. | Function of {
    1. arity : int;
    2. pure : bool;
    3. res : Js_of_ocaml_compiler.Shape.t;
    }
val to_string : Js_of_ocaml_compiler.Shape.t -> string
val of_string : string -> Js_of_ocaml_compiler.Shape.t
module Store : sig ... end
module State : sig ... end