aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/collection/dictionary/ordered.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-04-19 21:55:30 -0400
committerEduardo Julian2019-04-19 21:55:30 -0400
commit1706aa26cfa898f5dcabb7bae0fb85400164c461 (patch)
tree1fe8d998d5540a733a2f491a9fd8e2c82db86523 /stdlib/source/lux/data/collection/dictionary/ordered.lux
parent0f6567496d90e08d6df6fcf5dfcee63603714605 (diff)
Moved the code/syntax parser under "lux/control/parser/".
Diffstat (limited to 'stdlib/source/lux/data/collection/dictionary/ordered.lux')
-rw-r--r--stdlib/source/lux/data/collection/dictionary/ordered.lux3
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/source/lux/data/collection/dictionary/ordered.lux b/stdlib/source/lux/data/collection/dictionary/ordered.lux
index d8cf01121..ed090a5d7 100644
--- a/stdlib/source/lux/data/collection/dictionary/ordered.lux
+++ b/stdlib/source/lux/data/collection/dictionary/ordered.lux
@@ -10,8 +10,7 @@
[collection
["." list ("#@." monoid fold)]]]
["." macro
- ["." code]
- ["s" syntax (#+ syntax: Syntax)]]])
+ ["." code]]])
(def: error-message Text "Invariant violation")