sig
  type t = Bitstring.bitstring
  val equal : t -> t -> bool
  val hash : t -> int
end