1
1
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:
Patrick Thomson 2020-01-14 15:12:57 -05:00
parent 0048017d03
commit b127320b05
2 changed files with 0 additions and 32 deletions

View File

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

View File

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