Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Nov 22, 2024
1 parent e7ea665 commit 2b4ace5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Compilation/positive/test086.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ rr : R :=

g (r : R) : Nat :=
let
mkR@{x := x1; y} := r
in x1 + 2 * y;
mkR@{x := x; y} := r
in x + 2 * y;

mkR@{x := rx; y := ry} : R := rr;

Expand Down

0 comments on commit 2b4ace5

Please sign in to comment.