initial WIP

This commit is contained in:
2018-05-30 10:23:25 +02:00
commit 2845a5e308
3 changed files with 62 additions and 0 deletions

4
nothing-helper.js Normal file
View File

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