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

This commit is contained in:
2023-10-29 15:58:34 +01:00
parent 4cef0973b0
commit 2ab43a01bf
2 changed files with 4 additions and 3 deletions

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