cryptol/tests/parser/infix-3.cry

4 lines
45 B
Plaintext
Raw Normal View History

2015-06-21 03:53:52 +03:00
(/\) : Bool -> Bool -> Bool
p /\ q = p && q