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.
2 parents 770fbc3 + 667591b commit 2575ba6Copy full SHA for 2575ba6
Data/IntMap.hs
@@ -1,7 +1,7 @@
1
+{-# LANGUAGE NoBangPatterns, ScopedTypeVariables #-}
2
#if !defined(TESTING) && __GLASGOW_HASKELL__ >= 701
3
{-# LANGUAGE Trustworthy #-}
4
#endif
-{-# LANGUAGE NoBangPatterns, ScopedTypeVariables #-}
5
-----------------------------------------------------------------------------
6
-- |
7
-- Module : Data.IntMap
Data/Map.hs
+{-# LANGUAGE NoBangPatterns #-}
{-# LANGUAGE Safe #-}
-{-# LANGUAGE NoBangPatterns #-}
-- Module : Data.Map
0 commit comments