diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/indexed-types/should_compile/Simple15.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/indexed-types/should_compile/Simple15.hs b/testsuite/tests/indexed-types/should_compile/Simple15.hs index 8a28d27b6f..31829d6349 100644 --- a/testsuite/tests/indexed-types/should_compile/Simple15.hs +++ b/testsuite/tests/indexed-types/should_compile/Simple15.hs @@ -19,7 +19,7 @@ data FOO = FOO type instance Def FOO = EQU () () foo :: FOO -foo = equ_refl <$ def +foo = equ_refl Simple15.<$ def -- This works: -- foo = def $ equ_refl |