Skip to content

Commit

Permalink
Revert "Uncommit exception"
Browse files Browse the repository at this point in the history
This reverts commit a640a3f.
  • Loading branch information
dlesbre committed Jul 18, 2024
1 parent 8ede75f commit a3287ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PatriciaTree.mli
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
(* for more details (enclosed in the file LICENSE). *)
(**************************************************************************)

exception Not_found

(** Association maps from key to values, and sets, implemented with
Patricia Trees, allowing fast merge operations by making use of
physical equality between subtrees; and custom implementation of
Expand Down

0 comments on commit a3287ca

Please sign in to comment.