1
1
mirror of https://github.com/github/semantic.git synced 2024-12-27 00:44:57 +03:00

🔥 a redundant Element constraint.

This commit is contained in:
Rob Rix 2019-09-27 10:45:12 -04:00
parent 0c3e754eea
commit 6a40b9a6cd
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -68,7 +68,6 @@ import TreeSitter.Unmarshal
data SomeAnalysisParser typeclasses ann where
SomeAnalysisParser :: ( ApplyAll typeclasses (Sum fs)
, Apply (VertexDeclaration' (Sum fs)) fs
, Element Syntax.Identifier fs
, HasPrelude lang
)
=> Parser (Term (Sum fs) ann)