Expand description
Auto-generated module
🤖 Generated with SplitRS
Functions§
- emit_
ocaml_ array_ init - Emit OCaml
Array.init. - emit_
ocaml_ asprintf - Emit an OCaml
Format.asprintf(format to string). - emit_
ocaml_ bigarray1_ create - Emit OCaml Bigarray.Array1 creation.
- emit_
ocaml_ bigarray2_ create - Emit OCaml Bigarray.Array2 creation.
- emit_
ocaml_ cps_ call - Emit an OCaml CPS call.
- emit_
ocaml_ cps_ fn - Helper to emit an OCaml CPS-transformed function.
- emit_
ocaml_ hashtbl_ find_ opt - Emit OCaml
Hashtbl.find_opt. - emit_
ocaml_ lazy - Emit an OCaml
lazyexpression. - emit_
ocaml_ lazy_ force - Emit an OCaml
Lazy.forcecall. - emit_
ocaml_ list_ filter - Emit OCaml
List.filter. - emit_
ocaml_ list_ fold - Emit OCaml
List.fold_left. - emit_
ocaml_ list_ map - Emit OCaml
List.mapwith an anonymous function. - emit_
ocaml_ memoize - Emit OCaml memoization via a Hashtbl.
- emit_
ocaml_ pack_ module - Emit code that packs a module into a first-class value.
- emit_
ocaml_ printf - Emit an OCaml
Format.printfcall. - emit_
ocaml_ seq_ filter - Emit an OCaml
Seq.filtercall. - emit_
ocaml_ seq_ fold - Emit an OCaml
Seq.fold_leftcall. - emit_
ocaml_ seq_ map - Emit an OCaml
Seq.mapcall. - emit_
ocaml_ seq_ of_ list - Emit an OCaml
Seqgeneration function. - emit_
ocaml_ string_ concat - Emit OCaml
String.concat. - emit_
ocaml_ unpack_ module - Emit code that unpacks a first-class module.