mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-23 17:46:40 -05:00
put back helpers in Bij that were removed by mistake
This commit is contained in:
parent
1bbdc943b4
commit
a2df859a36
1 changed files with 4 additions and 0 deletions
4
bij.mli
4
bij.mli
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue