make Map.create take Brr.El

This commit is contained in:
Swrup 2022-05-19 16:16:37 +02:00
parent 0370fb97a2
commit 68ee03bead
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)))