purescript-typeable/test/Main.js
2021-01-11 03:18:02 +05:30

6 lines
87 B
JavaScript

exports.clog = function(x) {
return function() {
console.log(x);
};
};