import { inspect } from "node:util"; export const unit = { [inspect.custom](depth, options, inspect){ return '()'; } }; export const eqUnit = _ => _ => true;