mirror of
https://github.com/GaloisInc/cryptol.git
synced 2025-01-01 04:14:24 +03:00
cfb16318b5
* Allow infix operators in import lists * Formatting * Add tests
6 lines
60 B
Plaintext
6 lines
60 B
Plaintext
module A where
|
|
|
|
x <+> y = x + y
|
|
|
|
type a ∸ b = max a b - b
|