summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_run/T6117.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_run/T6117.hs')
-rw-r--r--testsuite/tests/typecheck/should_run/T6117.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_run/T6117.hs b/testsuite/tests/typecheck/should_run/T6117.hs
index 2fe9f29291..33e81c7b59 100644
--- a/testsuite/tests/typecheck/should_run/T6117.hs
+++ b/testsuite/tests/typecheck/should_run/T6117.hs
@@ -1,5 +1,7 @@
{-# LANGUAGE FlexibleContexts #-}
+import Prelude hiding (Semigroup(..))
+
{-
[Summary of the program] Ring is defined as a subclass of Semigroup,
inheriting multiplication. Additive is a wrapper that extracts the additive