summaryrefslogtreecommitdiff
path: root/ghc/lib/hbc/QSort_mp.hi
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/lib/hbc/QSort_mp.hi')
-rw-r--r--ghc/lib/hbc/QSort_mp.hi7
1 files changed, 7 insertions, 0 deletions
diff --git a/ghc/lib/hbc/QSort_mp.hi b/ghc/lib/hbc/QSort_mp.hi
new file mode 100644
index 0000000000..d2016d643e
--- /dev/null
+++ b/ghc/lib/hbc/QSort_mp.hi
@@ -0,0 +1,7 @@
+{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
+interface QSort where
+sort :: Ord a => [a] -> [a]
+ {-# GHC_PRAGMA _A_ 2 _U_ 11 _N_ _S_ "LS" _N_ _N_ #-}
+sortLe :: (a -> a -> Bool) -> [a] -> [a]
+ {-# GHC_PRAGMA _A_ 2 _U_ 21 _N_ _S_ "LS" _N_ _N_ #-}
+