Created
October 3, 2017 14:04
-
-
Save kowey/a24715ea3d41d87e52dc7fdc4a3d73f2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
src/Data/Semigroup/Instances.hs:11:10: error: | |
Duplicate instance declarations: | |
instance Measured v a => Semigroup (FingerTree v a) | |
-- Defined at src/Data/Semigroup/Instances.hs:11:10 | |
instance [safe] Measured v a => Semigroup (FingerTree v a) | |
-- Defined in ‘Data.FingerTree’ | |
| | |
11 | instance Measured v a => Semigroup (FingerTree v a) where | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment