From 4a48bedcd1d708a43d43dc6259a4e45c52ea3d00 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 3 Dec 2017 23:25:40 -0800 Subject: 4134 - 'input' = 'ingredient' --- html/channel.mu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/channel.mu.html') diff --git a/html/channel.mu.html b/html/channel.mu.html index 8144078a..13dd7638 100644 --- a/html/channel.mu.html +++ b/html/channel.mu.html @@ -63,7 +63,7 @@ if ('onhashchange' in window) { 3 def producer sink:&:sink:char -> sink:&:sink:char [ 4 # produce characters 1 to 5 on a channel 5 local-scope - 6 load-ingredients + 6 load-inputs 7 # n = 0 8 n:char <- copy 0 9 { @@ -82,7 +82,7 @@ if ('onhashchange' in window) { 22 def consumer source:&:source:char -> source:&:source:char [ 23 # consume and print integers from a channel 24 local-scope -25 load-ingredients +25 load-inputs 26 { 27 ¦ # read an integer from the channel 28 ¦ n:char, eof?:bool, source <- read source -- cgit 1.4.1-2-gfad0