summaryrefslogtreecommitdiff
path: root/ghc/lib/prelude/Merge_t.hi
blob: 66f02681a3bc10f0adc30492f1bef45764185062 (plain)
1
2
3
4
5
6
7
8
9
{-# GHC_PRAGMA INTERFACE VERSION 5 #-}
interface Merge where
import PreludeIOError(IOError13)
import PreludeMonadicIO(Either)
mergeIO :: [a] -> [a] -> _State _RealWorld -> (Either IOError13 [a], _State _RealWorld)
	{-# GHC_PRAGMA _A_ 3 _U_ 001 _N_ _S_ "AAU(P)" {_A_ 1 _U_ 2 _N_ _N_ _N_ _N_} _N_ _N_ #-}
nmergeIO :: [[a]] -> _State _RealWorld -> (Either IOError13 [a], _State _RealWorld)
	{-# GHC_PRAGMA _A_ 2 _U_ 01 _N_ _S_ "AU(P)" {_A_ 1 _U_ 2 _N_ _N_ _N_ _N_} _N_ _N_ #-}