Skip to content

Commit

Permalink
Merge pull request compiling-to-categories#86 from con-kitty/fix-stre…
Browse files Browse the repository at this point in the history
…ngth

Fix an issue with re-adding the Strength class.
  • Loading branch information
conal authored Jan 5, 2022
2 parents 7ca84b6 + 91b9a42 commit fca593a
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 fca593a

Please sign in to comment.