aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/execution.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/execution.md b/doc/execution.md
index 91e2d94..6eeb739 100644
--- a/doc/execution.md
+++ b/doc/execution.md
@@ -284,7 +284,3 @@ for the result. This is handled by
* `#iclone` - creates a new container object which can assing via `=[]` elements for the entire original domain.
See elymas/lib/map.ey for an example.
-
-
-(FIXME: Scopes will also be able to define member functions `#.`, `#.|`, `#.?` and `#.=` to handle references to non-existing name slots.
-This does not yet work correctly with the optimizer.)