Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
FardaleM committed Oct 17, 2024
1 parent 9dbc1ee commit ec6514e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit_tests/test_unifier.ml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ let pos_tests = [
3, "'a -> 'b f -> a", "'x g * 'y f -> 'x" ; (* We find more general solution, therefore less *)
1, "'a -> 'a -> a", "'x * a -> 'x" ;
1, "'a * int", "bool * bool * 'b";
108, "('a * 'b) -> ('a -> 'z) -> ('b -> 'y) -> unit", "('a * 'b) -> ('a -> 'z) -> ('b -> 'y) -> unit";
132, "('a * 'b) -> ('a -> 'z) -> ('b -> 'y) -> unit", "('a * 'b) -> ('a -> 'z) -> ('b -> 'y) -> unit";
4, "int list * int -> 'a", "int list * int -> 'a";
(* sub constructor *)
2, "int list -> 'a", "int list -> int";
Expand Down

0 comments on commit ec6514e

Please sign in to comment.