Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Dec 1, 2024
1 parent dbbd1bc commit d77078d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/positive/Format.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -530,4 +530,18 @@ module PublicImports;
axiom a : Inner.X.Y.Z.Nat;
end;

--- Judoc comment 0
syntax fixity aaa := binary {};

--- Judoc comment 1
syntax alias Value := Nat;

--- Judoc comment 2
syntax iterator op;

--- Judoc comment 3
syntax operator op aaa;
--- Judoc comment 4
op (x y : Nat) : Nat := x + y;

-- Comment at the end of a module

0 comments on commit d77078d

Please sign in to comment.