mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
these files aren't anything
This commit is contained in:
parent
0048017d03
commit
b127320b05
@ -15,8 +15,6 @@ module Language.Python
|
||||
, TreeSitter.Python.tree_sitter_python
|
||||
) where
|
||||
|
||||
-- import Control.Carrier.Reader
|
||||
-- import Control.Monad.IO.Class
|
||||
import Control.Effect.Sketch
|
||||
import Convert.ToScopeGraph
|
||||
import Data.Foldable
|
||||
|
@ -1,30 +0,0 @@
|
||||
module Language.Python.Graph (graph) where
|
||||
|
||||
import Algebra.Graph.NonEmpty (Graph)
|
||||
import qualified Algebra.Graph.NonEmpty as Graph
|
||||
import qualified TreeSitter.Python.AST as Py
|
||||
|
||||
type Text = String
|
||||
|
||||
data Node a = Link Link a
|
||||
| Search Search a
|
||||
| Scope Scope a
|
||||
|
||||
data Link
|
||||
= Root
|
||||
| Internal
|
||||
| Exported
|
||||
| Top
|
||||
| Curr
|
||||
|
||||
data Search
|
||||
= Search
|
||||
| False Text
|
||||
| Pop Text
|
||||
|
||||
data Scope = Push
|
||||
| Ignore
|
||||
| Jump
|
||||
|
||||
mod1 :: Graph Node
|
||||
mod1 = E
|
Loading…
Reference in New Issue
Block a user