const unary = fn => val => fn(val); module.exports = unary;