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

@ -1,7 +1,7 @@
(executable
(name main)
(modules main)
(libraries leaflet)
(libraries brr leaflet)
(modes js)
(preprocess
(pps js_of_ocaml-ppx)))