diff options
Diffstat (limited to 'testsuite/tests/partial-sigs/should_compile/T12033.hs')
-rw-r--r-- | testsuite/tests/partial-sigs/should_compile/T12033.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/partial-sigs/should_compile/T12033.hs b/testsuite/tests/partial-sigs/should_compile/T12033.hs index f426b9cdd5..519505fb21 100644 --- a/testsuite/tests/partial-sigs/should_compile/T12033.hs +++ b/testsuite/tests/partial-sigs/should_compile/T12033.hs @@ -1,6 +1,6 @@ {-# LANGUAGE TypeFamilies, PartialTypeSignatures #-} --- In #12033 this was called HsakellBug.hs +-- In #12033 this was called HaskellBug.hs module T12033 where tripleStoreToRuleSet :: v -> v |