Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Commit

Permalink
am stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
Abigail Magalhães committed Mar 27, 2020
1 parent c00a192 commit 804994b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/data/map.ml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ let lookup k (M tree) =
| Lt -> go l
| Gt -> go r
go tree
let (.?[]) map key = lookup map key
let (.?[]) map key = lookup key map

(** Lookup a key on the map. If it is not present, raise an exception.
*)
Expand Down

0 comments on commit 804994b

Please sign in to comment.