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' --- channel.mu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'channel.mu') diff --git a/channel.mu b/channel.mu index 66d0be79..4a553148 100644 --- a/channel.mu +++ b/channel.mu @@ -3,7 +3,7 @@ def producer sink:&:sink:char -> sink:&:sink:char [ # produce characters 1 to 5 on a channel local-scope - load-ingredients + load-inputs # n = 0 n:char <- copy 0 { @@ -22,7 +22,7 @@ def producer sink:&:sink:char -> sink:&:sink:char [ def consumer source:&:source:char -> source:&:source:char [ # consume and print integers from a channel local-scope - load-ingredients + load-inputs { # read an integer from the channel n:char, eof?:bool, source <- read source -- cgit 1.4.1-2-gfad0