Currently, if we do a simple dune build on the project, we get this error:
$ dune build
File "experimental/server/codept_server.ml", line 22, characters 42-59:
22 | let map = Name.Map.add filename s cached.signatures in
^^^^^^^^^^^^^^^^^
Error: This expression has type Module.named list Name.Map.t
but an expression was expected of type Module.dict Name.Map.t
Type Module.named list is not compatible with type
Module.dict = Module.t Name.Map.t
Currently, if we do a simple
dune build
on the project, we get this error:I'm not sure how to fix that.