import {promoteBinary, promoteUnary} from './helpers.js' export const not = promoteUnary('not') export const and = promoteBinary('and') export const or = promoteBinary('or')