Skip to content

Commit

Permalink
Fix an issue with re-adding the Strength class.
Browse files Browse the repository at this point in the history
  • Loading branch information
sellout committed Jan 5, 2022
1 parent 7ca84b6 commit 91b9a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/ConCat/Translators.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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.,

Expand Down

0 comments on commit 91b9a42

Please sign in to comment.