OSDN Git Service

Tiny edits. Almost nothing.
authorSimon Forman <sforman@hushmail.com>
Sun, 21 Jul 2019 14:32:20 +0000 (07:32 -0700)
committerSimon Forman <sforman@hushmail.com>
Sun, 21 Jul 2019 14:32:20 +0000 (07:32 -0700)
joy/library.py
thun/defs.txt

index e6920af..76eee4b 100644 (file)
@@ -1069,7 +1069,7 @@ def genrec(stack, expression, dictionary):
 def map_(S, expression, dictionary):
   '''
   Run the quoted program on TOS on the items in the list under it, push a
-  new list with the results (in place of the program and original list.
+  new list with the results in place of the program and original list.
   '''
 #  (quote, (aggregate, stack)) = S
 #  results = list_to_stack([
index ab0ad81..e883053 100644 (file)
@@ -1,6 +1,6 @@
 -- == 1 -\r
 ++ == 1 +\r
-?  == dup bool\r
+? == dup bool\r
 anamorphism == [pop []] swap [dip swons] genrec\r
 app1 == grba infrst\r
 app2 == [grba swap grba swap] dip [infrst] cons ii\r