vault backup: 2023-10-06 14:08:38
This commit is contained in:
parent
30bfc996c9
commit
ad06f2d7ae
@ -61,4 +61,3 @@ let rec max_value list = match list with
|
||||
let max_tail = max_value tl in
|
||||
if hd > max_tail then hd else max_tail;;
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user