vault backup: 2023-09-07 14:57:37

This commit is contained in:
Louis Gallet 2023-09-07 14:57:37 +02:00
parent 863fc61796
commit 613ea71e10
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY

View File

@ -95,6 +95,7 @@ let f a b c =
if a == b then if a == b then
true true
else false else false
let and_if a b =
(*logical or*) (*logical or*)
if a && b then if a && b then