mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-17 04:44:39 +03:00
c620cbf237
This allows us to define (~) as a prefix operator symbol synonym for `complement`. Fixes #296.
3 lines
40 B
Plaintext
3 lines
40 B
Plaintext
Loading module Cryptol
|
|
(~) : {a} a -> a
|