mirror of
https://github.com/anoma/juvix.git
synced 2024-12-01 00:04:58 +03:00
6bfe727a0e
* Closes #2007
9 lines
110 B
Plaintext
9 lines
110 B
Plaintext
module DuplicateFixity;
|
|
|
|
|
|
syntax infixl 3 +;
|
|
|
|
syntax infixl 3 +;
|
|
axiom + : Type → Type → Type;
|
|
end;
|