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