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.FlowSource

Sourcemodule Info : sig ... end
Sourceval get_approx : Info.t -> (Code.Var.Set.elt -> 'b) -> 'b -> ('b -> 'b -> 'b) -> Code.Var.Tbl.key -> 'b
Sourceval the_def_of : Info.t -> Code.prim_arg -> Code.expr option
Sourceval the_const_of : eq:(Code.constant -> Code.constant -> bool) -> Info.t -> Code.prim_arg -> Code.constant option
Sourceval the_string_of : Info.t -> Code.prim_arg -> string option
Sourceval the_native_string_of : Info.t -> Code.prim_arg -> Code.Native_string.t option
Sourceval the_block_contents_of : Info.t -> Code.prim_arg -> Code.Var.t array option
Sourceval the_int : Info.t -> Code.prim_arg -> Targetint.t option
Sourceval the_shape_of : return_values:Code.Var.Set.t Code.Var.Map.t -> pure:Pure_fun.t -> Info.t -> Code.Var.t -> Shape.t