dope2/lib/primitives/unit.js

3 lines
63 B
JavaScript

export const unit = {};
export const eqUnit = _ => _ => true;