We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4f498 commit 60a65b1Copy full SHA for 60a65b1
semantic-ast/app/Main.hs
@@ -109,7 +109,7 @@ main = do
109
{-# LANGUAGE UndecidableInstances #-}
110
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
111
112
-module Language.$language.AST (module Language.$language.AST) where
+module Language.$language.AST (module Language.$language.AST, getTestCorpusDir) where
113
114
import qualified AST.Parse
115
import qualified AST.Token
@@ -127,6 +127,8 @@ import qualified GHC.Show
127
import qualified Prelude as GHC.Classes
128
import qualified TreeSitter.Node
129
130
+import TreeSitter.$language (getTestCorpusDir)
131
+
132
debugSymbolNames :: [GHC.Base.String]
133
debugSymbolNames = debugSymbolNames_0
134
0 commit comments