--
-- varbitle/2
--
create or replace function varbitle(
  bit varying,
  bit varying
) returns bool as $$
bitle$$ language plpgsql;