1
1
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:
Ayman Nadeem 2020-04-29 13:56:18 -04:00
parent d7c5c587b4
commit 00b6a00492

View File

@ -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