about summary refs log tree commit diff stats
path: root/073list.mu
diff options
context:
space:
mode:
Diffstat (limited to '073list.mu')
-rw-r--r--073list.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/073list.mu b/073list.mu
index 1e0e6a17..6f27a7a8 100644
--- a/073list.mu
+++ b/073list.mu
@@ -8,6 +8,7 @@ container list:_elem [
   next:address:list:_elem
 ]
 
+# should I say in/contained-in:result, allow ingredients to refer to products?
 recipe push x:_elem, in:address:list:_elem -> result:address:list:_elem [
   local-scope
   load-ingredients