1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00

Use runFresh instead of runEffect.

This commit is contained in:
Rob Rix 2018-04-25 09:58:42 -04:00
parent 192367da0b
commit 2c770138ec

View File

@ -77,7 +77,7 @@ instance ( Ord location
. flip runReader mempty -- Reader (Environment location value)
. flip runReader mempty -- Reader (ModuleTable [Module term])
. flip runReader mempty -- Reader (SomeOrigin term)
. runEffect
. runFresh
. runFail
. Res.runError
. Exc.runError