Skip to content

Commit 2d6b952

Browse files
committed
Rerun test
1 parent 0a7bb5a commit 2d6b952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hkmc2/shared/src/test/mlscript/bbml/bbGPCE.mls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ fun body(x, y) = case
6565
1 then y
6666
n then bind of x `+ y, (z => body(y, z)(n - 1))
6767
//│ ╔══[ERROR] Type error in application with expected type CodeBase[out Int, out G, ?]
68-
//│ ║ l.707: n then bind of x `+ y, (z => body(y, z)(n - 1))
69-
//│ ║ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
68+
//│ ║ l.66: n then bind of x `+ y, (z => body(y, z)(n - 1))
69+
//│ ║ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7070
//│ ╟── because: cannot constrain CodeBase[in ⊥ out 'cde, in ⊥ out 'ctx ∨ 'ctx1, in ⊥ out ⊤] <: CodeBase[in ⊥ out Int, in ⊥ out G, in ⊥ out ⊤]
7171
//│ ╟── because: cannot constrain 'ctx ∨ 'ctx1 <: G
7272
//│ ╟── because: cannot constrain 'ctx1 <: G

0 commit comments

Comments
 (0)