We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8140ebc commit ad452d5Copy full SHA for ad452d5
docs/core/advanced-operators.rst
@@ -40,7 +40,7 @@ The ``(_)`` is the number of arguments you want in advance. So for a 2-parameter
40
SumSeq(s) == IF s = <<>> THEN 0 ELSE
41
Head(s) + SumSeq(Tail(s))
42
43
-Easy. In fac we can put the ``RECURSIVE`` part inside a `LET`, to make a helper op:
+Easy. In fact we can put the ``RECURSIVE`` part inside a `LET`, to make a helper op:
44
45
::
46
0 commit comments