mirror of
https://github.com/github/semantic.git
synced 2024-11-24 00:42:33 +03:00
import AST.Parse
This commit is contained in:
parent
d7c5c587b4
commit
00b6a00492
@ -4,6 +4,7 @@ module Language.Python
|
|||||||
, Language.Python.Grammar.tree_sitter_python
|
, Language.Python.Grammar.tree_sitter_python
|
||||||
) where
|
) where
|
||||||
|
|
||||||
|
import qualified AST.Parse as Parse
|
||||||
import qualified AST.Unmarshal as TS
|
import qualified AST.Unmarshal as TS
|
||||||
import Data.Proxy
|
import Data.Proxy
|
||||||
import qualified Language.Python.AST as Py
|
import qualified Language.Python.AST as Py
|
||||||
|
Loading…
Reference in New Issue
Block a user