You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
34 | bad_for : Statement TestOps vars regs vars regs
62
62
35 | bad_for = for (do Int'. "x" #= C 0; Int'. "y" #= C 0)
63
63
^^^^
@@ -66,7 +66,7 @@ Error: While processing right hand side of bad_read_reg_base. Can't find an impl
66
66
67
67
Negative:44:17--44:20
68
68
40 | -- Registers-related --
69
-
41 |
69
+
41 |
70
70
42 | bad_read_reg_base : Statement TestOps vars (Base [Nothing, Nothing, Just Int', Nothing]) vars (Base [Nothing, Nothing, Just Int', Nothing])
71
71
43 | bad_read_reg_base = block $ do
72
72
44 | Int'. "x" !#= R 1
@@ -75,7 +75,7 @@ Negative:44:17--44:20
75
75
Error: While processing right hand side of bad_read_reg_undef_with. Can't find an implementation for IsJust (index (natToFinLT 2) (With AllUndefined (FS (FS (FS FZ)), Just Int'))).
76
76
77
77
Negative:49:17--49:20
78
-
45 |
78
+
45 |
79
79
46 | bad_read_reg_undef_with : Statement TestOps vars (AllUndefined {rc=4} `With` (3, Just Int'))
80
80
47 | vars (AllUndefined {rc=4} `With` (3, Just Int'))
81
81
48 | bad_read_reg_undef_with = block $ do
@@ -86,7 +86,7 @@ Error: While processing right hand side of bad_read_reg_with. Can't find an impl
86
86
87
87
Negative:53:17--53:20
88
88
49 | Int'. "x" !#= R 2
89
-
50 |
89
+
50 |
90
90
51 | bad_read_reg_with : {0 regs : Registers 5} -> Statement TestOps vars (regs `With` (3, Just Int')) vars (regs `With` (3, Just Int'))
Copy file name to clipboardExpand all lines: tests/derivation/core/non-cons given match 001-neg/expected
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Error: While processing right hand side of checkedGen. Error during reflection: Argument #0 of DerivedGen.X2 with given type arguments [0] is not supported, argument expression: DerivedGen.boolToNat x, reason: name `DerivedGen.boolToNat` is not a constructor
0 commit comments