It fixes the function fits issue, but it's givin weird results for the Main module faked (probably due to the faking, i.e. it's in scope in a weird way):
tests/TestUtils.hs:98:
Fix mismatch!
Expected:
diff --git a/tests/cases/mainMod.hs b/tests/cases/mainMod.hs
--- a/tests/cases/mainMod.hs
+++ b/tests/cases/mainMod.hs
@@ -6,1 +6,1 @@ x = B
-x = B
+x = A
But got:
Actual fixes were:
It fixes the function fits issue, but it's givin weird results for the
Main
module faked (probably due to the faking, i.e. it's in scope in a weird way):and then there's the refinement hole fits:
but at least it's not cauing errors when we try to check fixes!