vault backup: 2023-10-25 17:36:33

This commit is contained in:
Louis Gallet 2023-10-25 17:36:33 +02:00
parent 3486bf7f0f
commit c5a1ad6716
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY

View File

@ -45,4 +45,4 @@ val for_all: ('a -> bool) -> 'a list -> bool = <fun>
# let rec exists p = function
| [] -> true
| e::t -> p e || for_all p t;;
val exists
val exists: ('a -> bool) -> 'a list -> bool = <fun>