List of Import References :
See BOOL
See DENOTATION
See ISeq
See Nat
See Option
See Seq
SIGNATURE ISeqMapEnv[env,from,to]
$Date: 2010-09-30 18:24:17 +0200 (Do, 30. Sep 2010) $ ($Revision: 616 $)
-- mappings of infinite sequences with an accumulating environment
-- Parameter
SORT env from to
IMPORT ISeq[from] ONLY iseq
ISeq[to] ONLY iseq
FUN * : (env ** from -> env ** to) ** env ** iseq[from] -> iseq[to]
-- f * (e,ft::rt) == ft1 :: rt1
-- WHERE (e1,ft1) == f(e,ft)
-- (_,rt1) == f * (e1,rt)
next node: ISeqSort,
prev node: ISeqMap,
up to node: Subsystem Infinite Sequences