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

🔥 the redundant parameter to runFresh.

This commit is contained in:
Rob Rix 2018-10-23 12:01:38 -04:00
parent f545665403
commit 1dc9e997e3

View File

@ -38,7 +38,7 @@ justEvaluating
= runM
. runTraceByPrinting
. runHeap
. runFresh 0
. runFresh
. fmap reassociate
. runLoadError
. runUnspecialized
@ -52,7 +52,7 @@ checking
= runM @_ @IO
. runTraceByPrinting
. runState (lowerBound @(Heap Monovariant Type))
. runFresh 0
. runFresh
. caching
. providingLiveSet
. fmap reassociate