mirror of
https://github.com/github/semantic.git
synced 2025-01-08 16:39:47 +03:00
return ScopeGraph from doRequire
This commit is contained in:
parent
1020f6dc61
commit
28dff57ddb
@ -102,7 +102,7 @@ doRequire :: ( Member (Boolean value) sig
|
||||
, Carrier sig m
|
||||
)
|
||||
=> M.ModulePath
|
||||
-> Evaluator term address value m (Bindings address, value)
|
||||
-> Evaluator term address value m (ScopeGraph.ScopeGraph address, value)
|
||||
doRequire path = do
|
||||
result <- lookupModule path
|
||||
case result of
|
||||
|
Loading…
Reference in New Issue
Block a user