cryptol/tests/parser/infix-3.cry
2015-06-21 01:53:52 +01:00

4 lines
45 B
Plaintext

(/\) : Bool -> Bool -> Bool
p /\ q = p && q