bs-platform
Version:
bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support
54 lines (42 loc) • 1.02 kB
JavaScript
;
function caml_gc_counters(param) {
return /* tuple */[
0,
0,
0
];
}
function caml_gc_set(param) {
return /* () */0;
}
function caml_gc_minor(param) {
return /* () */0;
}
function caml_gc_major_slice(param) {
return 0;
}
function caml_gc_major(param) {
return /* () */0;
}
function caml_gc_full_major(param) {
return /* () */0;
}
function caml_gc_compaction(param) {
return /* () */0;
}
function caml_final_register(param, param$1) {
return /* () */0;
}
function caml_final_release(param) {
return /* () */0;
}
exports.caml_gc_counters = caml_gc_counters;
exports.caml_gc_set = caml_gc_set;
exports.caml_gc_minor = caml_gc_minor;
exports.caml_gc_major_slice = caml_gc_major_slice;
exports.caml_gc_major = caml_gc_major;
exports.caml_gc_full_major = caml_gc_full_major;
exports.caml_gc_compaction = caml_gc_compaction;
exports.caml_final_register = caml_final_register;
exports.caml_final_release = caml_final_release;
/* No side effect */