diff options
Diffstat (limited to 'ghc/lib/hbc/Miranda_mc.hi')
-rw-r--r-- | ghc/lib/hbc/Miranda_mc.hi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ghc/lib/hbc/Miranda_mc.hi b/ghc/lib/hbc/Miranda_mc.hi new file mode 100644 index 0000000000..4c61089c71 --- /dev/null +++ b/ghc/lib/hbc/Miranda_mc.hi @@ -0,0 +1,24 @@ +{-# GHC_PRAGMA INTERFACE VERSION 5 #-} +interface Miranda where +import QSort(sort) +cjustify :: Int -> [Char] -> [Char] + {-# GHC_PRAGMA _A_ 2 _U_ 12 _N_ _S_ "U(P)S" {_A_ 2 _U_ 22 _N_ _N_ _N_ _N_} _N_ _N_ #-} +lay :: [[Char]] -> [Char] + {-# GHC_PRAGMA _A_ 1 _U_ 1 _N_ _S_ "S" _N_ _N_ #-} +layn :: [[Char]] -> [Char] + {-# GHC_PRAGMA _A_ 0 _U_ 2 _N_ _N_ _N_ _N_ #-} +limit :: Eq a => [a] -> a + {-# GHC_PRAGMA _A_ 1 _U_ 12 _N_ _S_ "U(SA)" {_A_ 1 _U_ 21 _N_ _N_ _N_ _N_} _N_ _N_ #-} +ljustify :: Int -> [Char] -> [Char] + {-# GHC_PRAGMA _A_ 2 _U_ 12 _N_ _S_ "LS" _N_ _N_ #-} +merge :: Ord a => [a] -> [a] -> [a] + {-# GHC_PRAGMA _A_ 1 _U_ 122 _N_ _N_ _N_ _N_ #-} +rep :: Int -> a -> [a] + {-# GHC_PRAGMA _A_ 2 _U_ 12 _N_ _S_ "U(P)L" {_A_ 2 _U_ 22 _N_ _N_ _N_ _N_} _N_ _N_ #-} +rjustify :: Int -> [Char] -> [Char] + {-# GHC_PRAGMA _A_ 2 _U_ 12 _N_ _S_ "U(P)S" {_A_ 2 _U_ 22 _N_ _N_ _N_ _N_} _N_ _N_ #-} +sort :: Ord a => [a] -> [a] + {-# GHC_PRAGMA _A_ 2 _U_ 11 _N_ _S_ "LS" _N_ _N_ #-} +spaces :: Int -> [Char] + {-# GHC_PRAGMA _A_ 1 _U_ 1 _N_ _S_ "U(P)" {_A_ 1 _U_ 2 _N_ _N_ _N_ _N_} _N_ _N_ #-} + |