mirror of
https://github.com/github/semantic.git
synced 2024-12-01 09:15:01 +03:00
Use evalState
This commit is contained in:
parent
12a4fc5073
commit
55787183b9
@ -42,8 +42,7 @@ runTagging :: (IsTaggable syntax)
|
||||
runTagging blob tree
|
||||
= Eff.run
|
||||
. Error.runError
|
||||
. fmap snd
|
||||
. State.runState (mempty :: [ContextToken])
|
||||
. State.evalState mempty
|
||||
. runT $ source (tagging blob tree)
|
||||
~> contextualizing blob
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user