package js_of_ocaml-compiler
Compiler from OCaml bytecode to JavaScript
Install
Dune Dependency
Authors
Maintainers
Sources
js_of_ocaml-5.8.2.tbz
sha256=7220194bd2f9b14d958153a5a206750359d7b49de12fe88d7450d385cecbf04a
sha512=1a282bf88eba8489747f51e228385be8d926e5c57efe33ad6f324c30fbe4100e99970192284172b5cdef92922ca613968bf116eb706194a879899baddd0a47f4
doc/src/js_of_ocaml-compiler/js_of_ocaml_compiler.ml.html
Source file js_of_ocaml_compiler.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205
(* generated by dune *) (** @canonical Js_of_ocaml_compiler.Annot_lexer *) module Annot_lexer = Js_of_ocaml_compiler__Annot_lexer (** @canonical Js_of_ocaml_compiler.Annot_parser *) module Annot_parser = Js_of_ocaml_compiler__Annot_parser (** @canonical Js_of_ocaml_compiler.Base64 *) module Base64 = Js_of_ocaml_compiler__Base64 (** @canonical Js_of_ocaml_compiler.Build_info *) module Build_info = Js_of_ocaml_compiler__Build_info (** @canonical Js_of_ocaml_compiler.Build_path_prefix_map *) module Build_path_prefix_map = Js_of_ocaml_compiler__Build_path_prefix_map (** @canonical Js_of_ocaml_compiler.Builtins *) module Builtins = Js_of_ocaml_compiler__Builtins (** @canonical Js_of_ocaml_compiler.Code *) module Code = Js_of_ocaml_compiler__Code (** @canonical Js_of_ocaml_compiler.Compiler_version *) module Compiler_version = Js_of_ocaml_compiler__Compiler_version (** @canonical Js_of_ocaml_compiler.Config *) module Config = Js_of_ocaml_compiler__Config (** @canonical Js_of_ocaml_compiler.Constant *) module Constant = Js_of_ocaml_compiler__Constant (** @canonical Js_of_ocaml_compiler.Deadcode *) module Deadcode = Js_of_ocaml_compiler__Deadcode (** @canonical Js_of_ocaml_compiler.Debug *) module Debug = Js_of_ocaml_compiler__Debug (** @canonical Js_of_ocaml_compiler.Dgraph *) module Dgraph = Js_of_ocaml_compiler__Dgraph (** @canonical Js_of_ocaml_compiler.Driver *) module Driver = Js_of_ocaml_compiler__Driver (** @canonical Js_of_ocaml_compiler.Duplicate *) module Duplicate = Js_of_ocaml_compiler__Duplicate (** @canonical Js_of_ocaml_compiler.Effects *) module Effects = Js_of_ocaml_compiler__Effects (** @canonical Js_of_ocaml_compiler.Eval *) module Eval = Js_of_ocaml_compiler__Eval (** @canonical Js_of_ocaml_compiler.Findlib *) module Findlib = Js_of_ocaml_compiler__Findlib (** @canonical Js_of_ocaml_compiler.Flow *) module Flow = Js_of_ocaml_compiler__Flow (** @canonical Js_of_ocaml_compiler.Flow_lexer *) module Flow_lexer = Js_of_ocaml_compiler__Flow_lexer (** @canonical Js_of_ocaml_compiler.Freevars *) module Freevars = Js_of_ocaml_compiler__Freevars (** @canonical Js_of_ocaml_compiler.Fs *) module Fs = Js_of_ocaml_compiler__Fs (** @canonical Js_of_ocaml_compiler.Generate *) module Generate = Js_of_ocaml_compiler__Generate (** @canonical Js_of_ocaml_compiler.Generate_closure *) module Generate_closure = Js_of_ocaml_compiler__Generate_closure (** @canonical Js_of_ocaml_compiler.Global_deadcode *) module Global_deadcode = Js_of_ocaml_compiler__Global_deadcode (** @canonical Js_of_ocaml_compiler.Global_flow *) module Global_flow = Js_of_ocaml_compiler__Global_flow (** @canonical Js_of_ocaml_compiler.Inline *) module Inline = Js_of_ocaml_compiler__Inline (** @canonical Js_of_ocaml_compiler.Instr *) module Instr = Js_of_ocaml_compiler__Instr (** @canonical Js_of_ocaml_compiler.Javascript *) module Javascript = Js_of_ocaml_compiler__Javascript (** @canonical Js_of_ocaml_compiler.Js_assign *) module Js_assign = Js_of_ocaml_compiler__Js_assign (** @canonical Js_of_ocaml_compiler.Js_output *) module Js_output = Js_of_ocaml_compiler__Js_output (** @canonical Js_of_ocaml_compiler.Js_parser *) module Js_parser = Js_of_ocaml_compiler__Js_parser (** @canonical Js_of_ocaml_compiler.Js_simpl *) module Js_simpl = Js_of_ocaml_compiler__Js_simpl (** @canonical Js_of_ocaml_compiler.Js_token *) module Js_token = Js_of_ocaml_compiler__Js_token (** @canonical Js_of_ocaml_compiler.Js_traverse *) module Js_traverse = Js_of_ocaml_compiler__Js_traverse (** @canonical Js_of_ocaml_compiler.Lambda_lifting *) module Lambda_lifting = Js_of_ocaml_compiler__Lambda_lifting (** @canonical Js_of_ocaml_compiler.Link_js *) module Link_js = Js_of_ocaml_compiler__Link_js (** @canonical Js_of_ocaml_compiler.Linker *) module Linker = Js_of_ocaml_compiler__Linker (** @canonical Js_of_ocaml_compiler.Loc *) module Loc = Js_of_ocaml_compiler__Loc (** @canonical Js_of_ocaml_compiler.Macro *) module Macro = Js_of_ocaml_compiler__Macro (** @canonical Js_of_ocaml_compiler.Magic_number *) module Magic_number = Js_of_ocaml_compiler__Magic_number (** @canonical Js_of_ocaml_compiler.Mlvalue *) module Mlvalue = Js_of_ocaml_compiler__Mlvalue (** @canonical Js_of_ocaml_compiler.Ocaml_compiler *) module Ocaml_compiler = Js_of_ocaml_compiler__Ocaml_compiler (** @canonical Js_of_ocaml_compiler.Ocaml_version *) module Ocaml_version = Js_of_ocaml_compiler__Ocaml_version (** @canonical Js_of_ocaml_compiler.Parse_bytecode *) module Parse_bytecode = Js_of_ocaml_compiler__Parse_bytecode (** @canonical Js_of_ocaml_compiler.Parse_info *) module Parse_info = Js_of_ocaml_compiler__Parse_info (** @canonical Js_of_ocaml_compiler.Parse_js *) module Parse_js = Js_of_ocaml_compiler__Parse_js (** @canonical Js_of_ocaml_compiler.Partial_cps_analysis *) module Partial_cps_analysis = Js_of_ocaml_compiler__Partial_cps_analysis (** @canonical Js_of_ocaml_compiler.Phisimpl *) module Phisimpl = Js_of_ocaml_compiler__Phisimpl (** @canonical Js_of_ocaml_compiler.Pretty_print *) module Pretty_print = Js_of_ocaml_compiler__Pretty_print (** @canonical Js_of_ocaml_compiler.Primitive *) module Primitive = Js_of_ocaml_compiler__Primitive (** @canonical Js_of_ocaml_compiler.Pseudo_fs *) module Pseudo_fs = Js_of_ocaml_compiler__Pseudo_fs (** @canonical Js_of_ocaml_compiler.Pure_fun *) module Pure_fun = Js_of_ocaml_compiler__Pure_fun (** @canonical Js_of_ocaml_compiler.Reserved *) module Reserved = Js_of_ocaml_compiler__Reserved (** @canonical Js_of_ocaml_compiler.Source_map *) module Source_map = Js_of_ocaml_compiler__Source_map (** @canonical Js_of_ocaml_compiler.Source_map_io *) module Source_map_io = Js_of_ocaml_compiler__Source_map_io (** @canonical Js_of_ocaml_compiler.Specialize *) module Specialize = Js_of_ocaml_compiler__Specialize (** @canonical Js_of_ocaml_compiler.Specialize_js *) module Specialize_js = Js_of_ocaml_compiler__Specialize_js (** @canonical Js_of_ocaml_compiler.Stdlib *) module Stdlib = Js_of_ocaml_compiler__Stdlib (** @canonical Js_of_ocaml_compiler.Strongly_connected_components *) module Strongly_connected_components = Js_of_ocaml_compiler__Strongly_connected_components (** @canonical Js_of_ocaml_compiler.Structure *) module Structure = Js_of_ocaml_compiler__Structure (** @canonical Js_of_ocaml_compiler.Subst *) module Subst = Js_of_ocaml_compiler__Subst (** @canonical Js_of_ocaml_compiler.Tailcall *) module Tailcall = Js_of_ocaml_compiler__Tailcall (** @canonical Js_of_ocaml_compiler.Target_env *) module Target_env = Js_of_ocaml_compiler__Target_env (** @canonical Js_of_ocaml_compiler.Timer *) module Timer = Js_of_ocaml_compiler__Timer (** @canonical Js_of_ocaml_compiler.Unit_info *) module Unit_info = Js_of_ocaml_compiler__Unit_info (** @canonical Js_of_ocaml_compiler.Var_printer *) module Var_printer = Js_of_ocaml_compiler__Var_printer (** @canonical Js_of_ocaml_compiler.Vlq64 *) module Vlq64 = Js_of_ocaml_compiler__Vlq64
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>