put back helpers in Bij that were removed by mistake

This commit is contained in:
Simon Cruanes 2013-09-29 17:22:07 +02:00
parent 1bbdc943b4
commit a2df859a36

View file

@ -69,6 +69,10 @@ val with_version : string -> 'a t -> 'a t
(** Guards the values with a given version. Only values encoded with
the same version will fit. *)
val array_ : 'a t -> 'a array t
val hashtbl : 'a t -> 'b t -> ('a, 'b) Hashtbl.t t
(** {2 Exceptions} *)
exception EncodingError of string