aboutsummaryrefslogtreecommitdiff
path: root/core/collections.nom
diff options
context:
space:
mode:
Diffstat (limited to 'core/collections.nom')
-rw-r--r--core/collections.nom6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/collections.nom b/core/collections.nom
index 18b1af6..4cf54cd 100644
--- a/core/collections.nom
+++ b/core/collections.nom
@@ -3,9 +3,9 @@
This file contains code that supports manipulating and using collections like lists
and dictionaries.
-use "core/metaprogramming.nom"
-use "core/control_flow.nom"
-use "core/operators.nom"
+use "core/metaprogramming"
+use "core/control_flow"
+use "core/operators"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~