From 1dc9e997e3ecb2404696739cc16d6a437d10ee1c Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Tue, 23 Oct 2018 12:01:38 -0400 Subject: [PATCH] :fire: the redundant parameter to runFresh. --- src/Semantic/Util.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Semantic/Util.hs b/src/Semantic/Util.hs index e82602853..fd2a4aaed 100644 --- a/src/Semantic/Util.hs +++ b/src/Semantic/Util.hs @@ -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