vault backup: 2023-10-20 14:24:08
This commit is contained in:
parent
7fbf9619f2
commit
317aabbcdc
@ -263,5 +263,6 @@ let assoc k l =
|
||||
| (ke, ve)::t when k = ke -> ve
|
||||
| (ke, ve)::t when k < ke -> failwith "not found"
|
||||
| (ke, ve)::t -> findkey k t
|
||||
in findkey l
|
||||
in findkey l;;
|
||||
val assoc: int -> (int * 'a)list -> 'a = <fun>
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user