next node: ISeqUnreduce,
prev node: ISeqMapEnv,
up to node: Subsystem Infinite Sequences


ISeqSort

Signature of ISeqSort

List of Import References :
See BOOL
See DENOTATION
See ISeq
See Nat
See Option
See Seq

SIGNATURE ISeqSort[data]

$Date: 2010-09-30 18:24:17 +0200 (Do, 30. Sep 2010) $ ($Revision: 616 $)

-- functions related to sorting of sequences--

-- Parameter
SORT data

IMPORT  ISeq[data] ONLY iseq

FUN merge: (data**data->bool)->iseq[data]**iseq[data]->iseq[data] 
           -- merge (<) (s1, s2)
           -- merges two sequences s1 and s2  with respect to <
           -- provided that s1 and s2 are sorted with respect to <
           -- the result of merge is sorted too.


next node: ISeqUnreduce,
prev node: ISeqMapEnv,
up to node: Subsystem Infinite Sequences