Skip to content

Commit

Permalink
Make assertion more restrictive
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Dec 13, 2024
1 parent 94bec54 commit f450850
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/Test_Menhir.re
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,10 @@ let tests = [
"partial sum type",
"type Partial = +Ok(?) + ? in ?",
),
menhir_doesnt_crash_test("Function with type variable", "fun (x : a) -> x"),
menhir_maketerm_equivalent_test(
"Function with type variable",
"fun (x : a) -> x",
),
menhir_doesnt_crash_test(
"Altered Documentation Buffer: Basic Reference",
{|
Expand Down

0 comments on commit f450850

Please sign in to comment.