export const negate = {
   number: [[], n => -n]
}