OSDN Git Service

remove the individual md ref files
[joypy/Thun.git] / docs / reference / step.md
diff --git a/docs/reference/step.md b/docs/reference/step.md
deleted file mode 100644 (file)
index 46ad0c5..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-------------------------------------------------------------------------
-
-## step
-
-Combinator
-
-Run a quoted program on each item in a sequence.
-
-       ... [] [Q] step
-    ---------------------
-             ...
-
-
-       ... [a] [Q] step
-    ----------------------
-          ... a Q
-
-
-       ... [a b c] [Q] . step
-    ----------------------------------------
-                 ... a . Q [b c] [Q] step
-
-### Discussion
-
-See the [Recursion Combinators notebook](https://joypy.osdn.io/notebooks/Recursion_Combinators.html).
-
-### Crosslinks
-
-[step_zero]
-