Skip to content

Commit

Permalink
mld match readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dlesbre committed Apr 29, 2024
1 parent ce6aeff commit d62ec23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ These are smaller and closer to OCaml's built-in Map and Set, however:

### dmap

Additionally, there is a dependent map library: [dmap](https://gitlab.inria.fr/bmontagu/dmap),
which inspired us the idea of making our PatriciaTree dependent.
Additionally, there is a dependent map library: [dmap](https://gitlab.inria.fr/bmontagu/dmap),
which gave us the idea of making our PatriciaTree dependent.
It allows creating type safe dependent maps similar to our heterogeneous maps.
However, its maps aren't Patricia trees. They are binary trees build using a
(polymorphic) comparison function, similarly to the maps of the standard library.
Expand Down
5 changes: 3 additions & 2 deletions index.mld
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The source code of this library is available {{: https://github.com/codex-semant
under an {{: https://choosealicense.com/licenses/lgpl-2.1/}LGPL-2.1} license.

This library was written by {{: https://www.researchgate.net/profile/Matthieu-Lemerre}Matthieu Lemerre},
with some contributions by {{: https://www.normalesup.org/~dlesbre/}Dorian Lesbre},
then further improved by {{: https://www.normalesup.org/~dlesbre/}Dorian Lesbre},
as part of the {{: Codex semantics library}https://codex.top/}, developed at
{{: https://list.cea.fr/en/} CEA List}.

Expand Down Expand Up @@ -296,7 +296,8 @@ These are smaller and closer to OCaml's built-in [Map] and [Set], however:

{2 dmap}

Additionally, there is a dependent map library: {{: https://gitlab.inria.fr/bmontagu/dmap}dmap}.
Additionally, there is a dependent map library: {{: https://gitlab.inria.fr/bmontagu/dmap}dmap},
which gave us the idea of making our PatriciaTree dependent.
It allows creating type safe dependent maps similar to our heterogeneous maps.
However, its maps aren't Patricia trees. They are binary trees build using a
(polymorphic) comparison function, similarly to the maps of the standard library.
Expand Down

0 comments on commit d62ec23

Please sign in to comment.