mirror of
https://github.com/github/semantic.git
synced 2025-01-06 23:46:21 +03:00
Move for readability
This commit is contained in:
parent
e572bcb5b3
commit
4714579627
@ -45,8 +45,8 @@ defineBuiltIn declaration rel accessControl value = withCurrentCallStack callSta
|
|||||||
-- TODO: This span is still wrong.
|
-- TODO: This span is still wrong.
|
||||||
declare declaration rel accessControl emptySpan ScopeGraph.Unknown (Just associatedScope)
|
declare declaration rel accessControl emptySpan ScopeGraph.Unknown (Just associatedScope)
|
||||||
|
|
||||||
param <- gensym
|
|
||||||
withScope associatedScope $ do
|
withScope associatedScope $ do
|
||||||
|
param <- gensym
|
||||||
declare (Declaration param) ScopeGraph.Gensym accessControl emptySpan ScopeGraph.Unknown Nothing
|
declare (Declaration param) ScopeGraph.Gensym accessControl emptySpan ScopeGraph.Unknown Nothing
|
||||||
|
|
||||||
slot <- lookupSlot declaration
|
slot <- lookupSlot declaration
|
||||||
|
Loading…
Reference in New Issue
Block a user