cryptol/tests/issues/issue1344/A.cry
Bretton cfb16318b5
Allow infix operators in import lists (#1365)
* Allow infix operators in import lists

* Formatting

* Add tests
2022-06-16 13:05:02 -07:00

6 lines
60 B
Plaintext

module A where
x <+> y = x + y
type a ∸ b = max a b - b