aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/ystream.spad.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-30 06:43:04 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-30 06:43:04 +0000
commit9c6a229c1aab609e3c51a1b9258b6c7c20cf7f3e (patch)
treebabe17f873d2ec8a590a5b05456cc1b4c1963ad7 /src/algebra/ystream.spad.pamphlet
parentd3aed7983ada6744839d855ad6e4ec8ae4de0b5e (diff)
downloadopen-axiom-9c6a229c1aab609e3c51a1b9258b6c7c20cf7f3e.tar.gz
More boring explicit import.
Diffstat (limited to 'src/algebra/ystream.spad.pamphlet')
-rw-r--r--src/algebra/ystream.spad.pamphlet9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/algebra/ystream.spad.pamphlet b/src/algebra/ystream.spad.pamphlet
index 0a443168..7456aaab 100644
--- a/src/algebra/ystream.spad.pamphlet
+++ b/src/algebra/ystream.spad.pamphlet
@@ -1,16 +1,20 @@
\documentclass{article}
\usepackage{axiom}
\begin{document}
-\title{\$SPAD/src/algebra ystream.spad}
+\title{src/algebra ystream.spad}
\author{William Burge, Stephen M. Watt, Clifton J. Williamson}
\maketitle
+
\begin{abstract}
\end{abstract}
-\eject
\tableofcontents
\eject
+
\section{package YSTREAM ParadoxicalCombinatorsForStreams}
+
<<package YSTREAM ParadoxicalCombinatorsForStreams>>=
+import Type
+import Stream
)abbrev package YSTREAM ParadoxicalCombinatorsForStreams
++ Computation of fixed points of mappings on streams
++ Author: Burge, Watt (revised by Williamson)
@@ -51,6 +55,7 @@ ParadoxicalCombinatorsForStreams(A):Exports == Implementation where
x
@
+
\section{License}
<<license>>=
--Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.