UNPKG

crocks

Version:

A collection of well known Algebraic Datatypes for your utter enjoyment.

13 lines (9 loc) 278 B
/** @license ISC License (c) copyright 2017 original and current authors */ /** @author Ian Hofmann-Hicks (evil) */ var _equals = require('../core/equals') var curry = require('../core/curry') function equals(x, y) { return _equals(x, y) } module.exports = curry(equals)