We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bee4d1 commit 8493766Copy full SHA for 8493766
grin/src/Transformations/ExtendedSyntax/Optimising/CopyPropagation.hs
@@ -1,7 +1,7 @@
1
{-# LANGUAGE LambdaCase, TupleSections, ViewPatterns #-}
2
module Transformations.ExtendedSyntax.Optimising.CopyPropagation where
3
4
-import Control.Monad.State
+import Control.Monad.State.Strict
5
6
import Data.Map.Strict (Map)
7
import qualified Data.Map.Strict as Map
0 commit comments