RosettaCodeData/Task/Logical-operations/V/logical-operations-3.v
2023-07-01 13:44:08 -04:00

5 lines
64 B
Coq

[mylogic [a b] let
a b and puts
a b or puts
a not puts
].