From dd50a8667c4359e532902844be276c239b87df74 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 6 Jun 2015 09:59:48 -0400 Subject: signal: Fix inaccurate comment. I don't know why I wrote that the signal combinators are "higher order signals", but that's not true. They are just procedures (some of which are higher order procedures) that take signals as arguments. * sly/signal.scm: Fix comment. --- sly/signal.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sly/signal.scm b/sly/signal.scm index 83f1ea5..f5dd3cf 100644 --- a/sly/signal.scm +++ b/sly/signal.scm @@ -195,7 +195,7 @@ be coerced into one." (signal-let* rest body ...))))) ;;; -;;; Higher Order Signals +;;; Signal Combinators ;;; (define (hook->signal hook init proc) -- cgit v1.2.3