Skip to content

Commit

Permalink
try passing tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tsnobip committed Oct 4, 2023
1 parent 018b17d commit 1f1b4b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@
6 │

Signature mismatch:
Modules do not match:
{
let add: (int, int) => int
}
is not included in
{
let add: (. int, int) => int
}
...
Values do not match:
let add: (int, int) => int (curried)
is not included in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,7 @@
9 │

Signature mismatch:
Modules do not match:
{
let add: (int, int) => int
}
is not included in
{
let add: (int, int) => int
}
...
Values do not match:
let add: (int, int) => int (curried)
is not included in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@
6 │

Signature mismatch:
Modules do not match:
{
let add: (. int, int) => int
}
is not included in
{
let add: (int, int) => int
}
...
Values do not match:
let add: (. int, int) => int (uncurried)
is not included in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@
9 │

Signature mismatch:
Modules do not match:
{
let add: (int, int) => int
}
is not included in
{
let add: (int, int) => int
}
...
Values do not match:
let add: (int, int) => int (uncurried)
is not included in
Expand Down

0 comments on commit 1f1b4b8

Please sign in to comment.