mirror of
https://github.com/GaloisInc/cryptol.git
synced 2025-01-03 21:37:52 +03:00
6 lines
60 B
Plaintext
6 lines
60 B
Plaintext
|
module A where
|
||
|
|
||
|
x <+> y = x + y
|
||
|
|
||
|
type a ∸ b = max a b - b
|