package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Js_of_ocaml_compiler.ShapeSource

Sourcetype t =
  1. | Top
  2. | Block of t list
  3. | Function of {
    1. arity : int;
    2. pure : bool;
    3. res : t;
    }
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval equal : t -> t -> bool
Sourceval merge : t -> t -> t
Sourcemodule Store : sig ... end
Sourcemodule State : sig ... end