Skip to content

Commit

Permalink
Add test for empty type holes
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Dec 2, 2024
1 parent a6f0f03 commit 3ea7cb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Test_Menhir.re
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ let tests =
|> Exp.fresh,
"let x : +A +B +C(Int) = C(7) in x",
),
menhir_maketerm_equivalent_test("Empty Type Hole", "let g: ? = 7 in g"),
]
@ {
let strip_comments = str => {
Expand Down Expand Up @@ -515,4 +516,4 @@ let tests =
},
slides,
);
};
};

0 comments on commit 3ea7cb5

Please sign in to comment.