make Map.create take Brr.El

This commit is contained in:
Swrup 2022-05-19 16:16:37 +02:00
parent 2965572a4b
commit d242b1ac6e
4 changed files with 12 additions and 6 deletions

View file

@ -2,7 +2,7 @@
type t
val create : ?options:Jv.t -> string -> t
val create : ?options:Jv.t -> Brr.El.t -> t
val invalidate_size : t -> unit