1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 11:02:26 +03:00

🔥 the default definitions for Taggable since they’d always be wrong.

This commit is contained in:
Rob Rix 2019-09-18 13:00:52 -04:00
parent 586db55ab3
commit 4fe75d87a4
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -69,13 +69,10 @@ class Taggable constr where
, HasTextElement syntax
)
=> Language -> constr (Term syntax Location) -> Maybe Range
docsLiteral _ _ = Nothing
snippet :: Foldable syntax => Location -> constr (Term syntax Location) -> Maybe Range
snippet _ _ = Nothing
symbolName :: Declarations1 syntax => constr (Term syntax Location) -> Maybe Name
symbolName _ = Nothing
data Strategy = Default | Custom