vault backup: 2023-10-29 15:58:34

This commit is contained in:
Louis Gallet 2023-10-29 15:58:34 +01:00
parent 4cef0973b0
commit 2ab43a01bf
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY
2 changed files with 4 additions and 3 deletions

View File

@ -69,7 +69,8 @@
}
],
"direction": "horizontal",
"width": 300
"width": 300,
"collapsed": true
},
"right": {
"id": "b83c16dd7908c658",
@ -156,7 +157,7 @@
"command-palette:Open command palette": false
}
},
"active": "f1000ea0f0e6db20",
"active": "c473a791e2b34194",
"lastOpenFiles": [
"Algo/Courses/Chapter 7 - High Order (exercises).md",
"Algo/Courses/Chapter 6 - Lists (Exercises).md",

View File

@ -27,7 +27,7 @@ val count = 'a -> 'a list -> int = <fun>
```Ocaml
# let rec search x n =
if x = [] then
0
false
else
let e::t = x in
if e = x then