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.
outer
1 parent a07010c commit c50e1feCopy full SHA for c50e1fe
README.md
@@ -453,6 +453,8 @@ useful, even for DSLs:
453
* `abstract type A < B end` and other subtype comparisons are allowed, but
454
only `A <: B` makes sense.
455
* `x where {S T}` produces `(where x (bracescat (row S T)))`. This seems pretty weird!
456
+* `[x for outer x in xs]` parses, but `outer` makes no real sense in this
457
+ context (and using this form is a lowering error)
458
459
### `kw` and `=` inconsistencies
460
0 commit comments