diff options
Diffstat (limited to 'src/Data/Wrapper/PSQInt.hs')
-rw-r--r-- | src/Data/Wrapper/PSQInt.hs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Data/Wrapper/PSQInt.hs b/src/Data/Wrapper/PSQInt.hs index c61b7ab6..5badb8b2 100644 --- a/src/Data/Wrapper/PSQInt.hs +++ b/src/Data/Wrapper/PSQInt.hs | |||
@@ -19,12 +19,10 @@ fold' f a q = PSQueue.foldr f' a q | |||
19 | #else | 19 | #else |
20 | ( module Data.Wrapper.PSQInt | 20 | ( module Data.Wrapper.PSQInt |
21 | , module IntPSQ | 21 | , module IntPSQ |
22 | , pattern (:->) | 22 | , module Data.Wrapper.PSQ |
23 | , key | ||
24 | , prio | ||
25 | ) where | 23 | ) where |
26 | 24 | ||
27 | import Data.Wrapper.PSQ (Binding, pattern (:->), key, prio) | 25 | import Data.Wrapper.PSQ (Binding, pattern (:->), key, prio, toMicroseconds) |
28 | 26 | ||
29 | import Data.IntPSQ as IntPSQ hiding (insert, map, singleton, minView) | 27 | import Data.IntPSQ as IntPSQ hiding (insert, map, singleton, minView) |
30 | import qualified Data.IntPSQ as Q | 28 | import qualified Data.IntPSQ as Q |