From e2b07a5fd0bbaad232c717fb90a31d6c61d72bd4 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 14 Jul 2022 20:06:50 -0400 Subject: Try to include previous variable definitions in REPL links --- docs/doc/expression.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/doc/expression.html') diff --git a/docs/doc/expression.html b/docs/doc/expression.html index b8f9254c..f8c40256 100644 --- a/docs/doc/expression.html +++ b/docs/doc/expression.html @@ -234,7 +234,7 @@ ⟨ ⟨ 1 0 ⟩ ⟨ 1 1 ⟩ ⟨ 1 2 ⟩ ⟩

Namespace destructuring uses an overlapping syntax, fully described in its own section. The left hand side is a list of names, or aliases tofrom.

-↗️
    qr  {q2+r0.5}  q
+↗️
    qr  {q2+r0.5}  q
 2.5
 

With destructuring, you might want to discard some values from the right hand side rather than assign them any name. There's special syntax for this: use Nothing (·) for a placeholder non-name in the appropriate position, like ·y· list.

-- cgit v1.2.3