From cfe29304b970fe707596bd487229020a49fe9bee Mon Sep 17 00:00:00 2001 From: Ayman Nadeem Date: Tue, 4 Feb 2020 16:15:46 -0500 Subject: [PATCH] Update AST.hs --- semantic-python/src/Language/Python/AST.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semantic-python/src/Language/Python/AST.hs b/semantic-python/src/Language/Python/AST.hs index 21cc7a608..695fb3cf2 100644 --- a/semantic-python/src/Language/Python/AST.hs +++ b/semantic-python/src/Language/Python/AST.hs @@ -17,6 +17,6 @@ module Language.Python.AST import Prelude hiding (False, Float, Integer, String, True) import AST.GenerateSyntax import qualified Language.Python.Grammar as Grammar -import TreeSitter.Python (getNodeTypesPath) +import qualified TreeSitter.Python as Python runIO Python.getNodeTypesPath >>= astDeclarationsForLanguage Grammar.tree_sitter_python \ No newline at end of file