initial WIP
This commit is contained in:
4
nothing-helper.js
Normal file
4
nothing-helper.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
to_int: (f) => f(n => n+1)(0),
|
||||
to_boolean: (f) => f(true)(false),
|
||||
};
|
Reference in New Issue
Block a user