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

fix redundant import of Token by importing instances alone

This commit is contained in:
Ayman Nadeem 2020-02-13 10:26:00 -05:00
parent 8f3668aa1a
commit 973fcd230b

View File

@ -15,7 +15,7 @@ module Language.PHP.AST
) where
import AST.GenerateSyntax
import AST.Token
import AST.Token()
import Language.Haskell.TH.Syntax (runIO)
import Prelude hiding (String, Integer, Float)
import qualified TreeSitter.PHP as PHP (getNodeTypesPath, tree_sitter_php)