Skip to content

Commit

Permalink
Merge branch 'master' of pro.github.com:FStarLang/kremlin
Browse files Browse the repository at this point in the history
  • Loading branch information
protz committed May 5, 2021
2 parents 6c69788 + 55c83e7 commit 4e48d26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kremlib/js/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,14 @@ function link(imports, modules) {
return fold(i, modules);
}

function setMyPrint(f) {
my_print = f;
return;
}

if (typeof module !== "undefined")
module.exports = {
setMyPrint: setMyPrint,
link: link,
reserve: reserve,
dump: dump,
Expand Down

0 comments on commit 4e48d26

Please sign in to comment.