UNPKG

crocks

Version:

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

12 lines (8 loc) 267 B
/** @license ISC License (c) copyright 2019 original and current authors */ /** @author Dale Francis (dalefrancis88) */ var hasAlg = require('./hasAlg') // isBichain : a -> Boolean function isBichain(m) { return hasAlg('bichain', m) } module.exports = isBichain