aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sucl/basic.dcl3
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