mirror of
https://github.com/github/semantic.git
synced 2024-12-23 06:41:45 +03:00
Inline go.
This commit is contained in:
parent
4eabcf9cfc
commit
a1d03bb6cc
@ -248,6 +248,7 @@ runAssignment source toNode = go
|
||||
-> AssignmentState ast grammar
|
||||
-> Either (Error grammar) (a, AssignmentState ast grammar)
|
||||
go = iterFreer run . fmap ((pure .) . (,))
|
||||
{-# INLINE go #-}
|
||||
run :: forall a x
|
||||
. AssignmentF ast grammar x
|
||||
-> (x -> AssignmentState ast grammar -> Either (Error grammar) (a, AssignmentState ast grammar))
|
||||
|
Loading…
Reference in New Issue
Block a user