vault backup: 2023-09-11 16:55:09
This commit is contained in:
parent
d44ec0260e
commit
a37d29ebb5
@ -167,3 +167,9 @@ val avg : int -> int -> int = <fun>
|
||||
| (true, true) -> true
|
||||
| _ -> false;;
|
||||
val and_p : bool -> bool -> bool = <fun>
|
||||
|
||||
# let and_t = function
|
||||
| (true, true) -> true
|
||||
| _ -> false
|
||||
val and_t -> bool * bool = <fun>
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user