1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 17:59:10 +03:00

🔥 a redundant Traversable constraint.

This commit is contained in:
Rob Rix 2019-09-18 12:39:01 -04:00
parent 222aff395e
commit d4773d2431
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -91,7 +91,6 @@ class Taggable constr where
type IsTaggable syntax =
( Functor syntax
, Foldable syntax
, Traversable syntax
, Taggable syntax
, ConstructorName syntax
, Declarations1 syntax