mirror of
https://github.com/github/semantic.git
synced 2024-12-21 05:41:54 +03:00
Inline runMany.
This commit is contained in:
parent
fab398e089
commit
2b72ca3a8a
@ -306,6 +306,7 @@ runAssignment source toNode = go
|
|||||||
let (as, state'') = runMany rule state'
|
let (as, state'') = runMany rule state'
|
||||||
in as `seq` (a : as, state'')
|
in as `seq` (a : as, state'')
|
||||||
| otherwise -> ([a], state')
|
| otherwise -> ([a], state')
|
||||||
|
{-# INLINE runMany #-}
|
||||||
|
|
||||||
dropAnonymous :: (Symbol grammar, Recursive ast) => (forall x. Base ast x -> Node grammar) -> AssignmentState ast grammar -> AssignmentState ast grammar
|
dropAnonymous :: (Symbol grammar, Recursive ast) => (forall x. Base ast x -> Node grammar) -> AssignmentState ast grammar -> AssignmentState ast grammar
|
||||||
dropAnonymous toNode state = state { stateNodes = dropWhile ((/= Regular) . symbolType . nodeSymbol . toNode . F.project) (stateNodes state) }
|
dropAnonymous toNode state = state { stateNodes = dropWhile ((/= Regular) . symbolType . nodeSymbol . toNode . F.project) (stateNodes state) }
|
||||||
|
Loading…
Reference in New Issue
Block a user