Module Datatype.Big_int


module Big_int: S_with_collections  with type t = My_bigint.t

include Datatype.S
module Set: Datatype.Set  with type elt = t
module Map: Datatype.Map  with type key = t
module Hashtbl: Datatype.Hashtbl  with type key = t