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 87dae81 commit 3f572f4Copy full SHA for 3f572f4
gibbon-compiler/src/Gibbon/HaskellFrontend.hs
@@ -8,8 +8,7 @@ module Gibbon.HaskellFrontend
8
9
import Control.Monad
10
import Data.Foldable ( foldrM )
11
-#if !MIN_VERSION_base(4,21,0)
12
-#endif
+import Data.List (foldl')
13
import Data.Maybe (catMaybes, isJust)
14
import qualified Data.Map as M
15
import qualified Data.Set as S
0 commit comments