From 91b9a42f88255bea7b3b7dc579cfd85500114dc3 Mon Sep 17 00:00:00 2001 From: Greg Pfeil Date: Wed, 5 Jan 2022 07:46:36 -1000 Subject: [PATCH] Fix an issue with re-adding the Strength class. --- plugin/src/ConCat/Translators.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/ConCat/Translators.hs b/plugin/src/ConCat/Translators.hs index 9e4c80282..81bfdc31f 100644 --- a/plugin/src/ConCat/Translators.hs +++ b/plugin/src/ConCat/Translators.hs @@ -23,7 +23,7 @@ import Data.Pointed import Data.Key (Zip(..)) import ConCat.Misc ((:*),result) -import ConCat.AltCat +import ConCat.AltCat hiding (Strong, strength) -- I could use this simpler style to simplify the plugin, e.g.,