package arrayjit

  1. Overview
  2. Docs
module Debug_runtime = Utils.Debug_runtime
type 'context routine = {
  1. context : 'context;
  2. schedule : Base.unit -> Tnode.work;
  3. bindings : Indexing.jitted_bindings;
  4. name : Base.string;
}
val sexp_of_routine : 'context. ('context -> Sexplib0.Sexp.t) -> 'context routine -> Sexplib0.Sexp.t
module type No_device_backend = sig ... end
module type Backend = sig ... end
val forget_printbox : (module Minidebug_runtime.PrintBox_runtime) -> (module Minidebug_runtime.Debug_runtime)
module Gccjit_backend : sig ... end
val reinitialize : (module Backend) -> Base.unit
OCaml

Innovation. Community. Security.