Commit 35c64294 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Fixed another typo.

parent 36200858
......@@ -55,7 +55,7 @@ let rec isSublist l s =
(* 7 *)
let rec lookup l key =
(* Math key to the first tuple and return the value-side of the tuple if
(* Match key to the first tuple and return the value-side of the tuple if
* matched. Otherwise, lookup in the rest of the tuples *)
match l with
| [] -> raise (Failure "lookup")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment