jon.recoil.org

Module Js_of_ocaml_compiler.Global_flow

type def =
  1. | Expr of Js_of_ocaml_compiler.Code.expr
  2. | Phi of {
    1. known : Js_of_ocaml_compiler.Code.Var.Set.t;
    2. others : bool;
    3. unit : bool;
    }
type approx =
  1. | Top
  2. | Values of {
    1. known : Js_of_ocaml_compiler.Code.Var.Set.t;
    2. others : bool;
    }
type escape_status =
  1. | Escape
  2. | Escape_constant
  3. | No
type mutable_fields =
  1. | No_field
  2. | Some_fields of Js_of_ocaml_compiler.Stdlib.IntSet.t
  3. | All_fields