1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00

🔥 unnecessary quantification.

This commit is contained in:
Rob Rix 2017-08-04 09:33:54 -04:00
parent 35f92f98c3
commit 075b77f931

View File

@ -263,7 +263,7 @@ runAssignment toNode source = (\ assignment state -> disamb Left (Right . minimu
go assignment = iterFreer run ((pure .) . (,) <$> assignment)
{-# INLINE go #-}
run :: forall x result. AssignmentF ast grammar x
run :: AssignmentF ast grammar x
-> (x -> State ast grammar -> Amb (Error grammar) (result, State ast grammar))
-> State ast grammar
-> Amb (Error grammar) (result, State ast grammar)