From c3ea468236e362e4ecc1bc27aed7a64d90e7cf81 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 2 Jun 2022 21:42:44 -0400 Subject: Always use "index list", not "list index", for a full element index --- doc/identity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/identity.md') diff --git a/doc/identity.md b/doc/identity.md index 648fe466..d310610b 100644 --- a/doc/identity.md +++ b/doc/identity.md @@ -53,6 +53,6 @@ A larger class of block functions can be translated just by adding parentheses a ## One more thing -You've probably seen `⊢` used in documentation to display the value of a variable being assigned. This is a hack, and in most contexts `•Show` should be used to display values. +You've probably seen `⊢` used in documentation to display the value of a variable being assigned. Normally `•Show` is used to display values, but the website is sort of a weird context: it displays by default but disables it if the final thing done is an assignment. `⊢` isn't assignment, so it works arround that rule. ⊢ a ← "show this" -- cgit v1.2.3