--
-- box_below_eq/2
--
create or replace function box_below_eq(
  box,
  box
) returns bool as $$
box_below_eq$$ language plpgsql;