vault backup: 2023-09-11 16:50:32
This commit is contained in:
parent
1b2f56f348
commit
d44ec0260e
@ -162,3 +162,8 @@ val avg : int -> int -> int = <fun>
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Filtering several values
|
### Filtering several values
|
||||||
|
```Ocaml
|
||||||
|
# let and_p a b = match (a,b) with
|
||||||
|
| (true, true) -> true
|
||||||
|
| _ -> false;;
|
||||||
|
val and_p : bool -> bool -> bool = <fun>
|
Loading…
x
Reference in New Issue
Block a user