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:
parent
f545665403
commit
1dc9e997e3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user