diff options
author | zweije | 2001-08-29 18:10:36 +0000 |
---|---|---|
committer | zweije | 2001-08-29 18:10:36 +0000 |
commit | 4cca43b9cca8a4133f07ec041126c70fe04b3dc5 (patch) | |
tree | 86e74b3d58d34b52ab5274e54acde2e880b4daca | |
parent | This commit was generated by cvs2svn to compensate for changes in r690, (diff) |
This commit was generated by cvs2svn to compensate for changes in r693,
which included commits to RCS files with non-trunk default branches.
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@694 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r-- | sucl/basic.dcl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sucl/basic.dcl b/sucl/basic.dcl index c7d04c7..f3edbd7 100644 --- a/sucl/basic.dcl +++ b/sucl/basic.dcl @@ -212,3 +212,6 @@ zipwith :: (.a .b->.c) ![.a] [.b] -> [.c] // Sequential evaluation of left and right arguments ($) infixr :: !.a .b -> .b + +// Write a list of things, each one terminated by a newline +(writeList) infixl :: !*File [a] -> .File | <<< a |