mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
stub out a scope graph effect
This commit is contained in:
parent
f5e919ed2b
commit
eaeb5b6219
@ -1 +1,12 @@
|
||||
module Data.ScopeGraph () where
|
||||
|
||||
import Source.Loc (Loc(..))
|
||||
import Source.Source as Source
|
||||
|
||||
data ScopeGraph = ScopeGraph
|
||||
|
||||
class ToScopeGraph t where
|
||||
scopeGraph :: Source -> t Loc -> ScopeGraph
|
||||
|
||||
runScopeGraph :: Source -> ReaderC ScopeGraph Identity () -> ScopeGraph
|
||||
runScopeGraph = undefined
|
||||
|
Loading…
Reference in New Issue
Block a user