Skip to content

Commit

Permalink
still with #1 problem :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
leouk committed Mar 22, 2023
1 parent e4b1b71 commit 71d10c6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ values
v4: set of nat = {1} union {2} \ {1};
v4': set of nat = ({1} union {2}) \ {1};
--$x: nat = 10;
v5: nat * nat = mk_(1,2);
v51: nat = v5.#1;
v52: nat = mk_(1,2).#1;
end Precedence

0 comments on commit 71d10c6

Please sign in to comment.