From f625d132c90ef1a9989ffa2bccb3f291ea379d06 Mon Sep 17 00:00:00 2001 From: Louis Date: Mon, 16 Oct 2023 14:57:34 +0200 Subject: [PATCH] vault backup: 2023-10-16 14:57:34 --- Algo/Courses/Chapter 6 - Lists (Exercises).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Algo/Courses/Chapter 6 - Lists (Exercises).md b/Algo/Courses/Chapter 6 - Lists (Exercises).md index 0a11c7d..a1abccf 100644 --- a/Algo/Courses/Chapter 6 - Lists (Exercises).md +++ b/Algo/Courses/Chapter 6 - Lists (Exercises).md @@ -251,6 +251,6 @@ let assos k l = invalid_arg "k not natural" else match l with - | -> failwith "not found" + | -> failwith "not found" | (k,y)::t -> y | _ -> assos k t