Skip to content

Commit

Permalink
Done something with frames but now type is fucked
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanja-S committed Apr 23, 2023
1 parent 73ee629 commit 727e45f
Show file tree
Hide file tree
Showing 14 changed files with 3,830 additions and 116 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified TestsRunner/.DS_Store
Binary file not shown.
Binary file added TestsRunner/tests/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion TestsRunner/tests/5-typ.tst
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ fun g (x: int, y: log) : log = f(x, y)
!code:
typ int : integer;
typ log : logical;
fun f (x: int, y: int) : int = {if x != y then f(x + 1, y)}
fun f (x: int, y: int) : int = ({if x != y then f(x + 1, y)}, x)
!expected:
Defs [1:1-3:65]
TypeDef [1:1-1:18]: int
Expand Down
Loading

0 comments on commit 727e45f

Please sign in to comment.