From 4cca43b9cca8a4133f07ec041126c70fe04b3dc5 Mon Sep 17 00:00:00 2001 From: zweije Date: Wed, 29 Aug 2001 18:10:36 +0000 Subject: 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 --- sucl/basic.dcl | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3