Files
nothing/nothing-helper.js
2018-05-30 10:23:25 +02:00

5 lines
92 B
JavaScript

module.exports = {
to_int: (f) => f(n => n+1)(0),
to_boolean: (f) => f(true)(false),
};