aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/extension/translation.lux
diff options
context:
space:
mode:
authorEduardo Julian2017-12-05 16:40:15 -0400
committerEduardo Julian2017-12-05 16:40:15 -0400
commit8a51602b3507a18a5ffae1710ba4e915cf31fe39 (patch)
tree746c7128299fccf8369c9c7c88015ea30967298e /new-luxc/source/luxc/lang/extension/translation.lux
parent7e18f589a05bde28b3f710d92f72b7bd6b6e144f (diff)
- All analysis procedures have been turned into extensions.
Diffstat (limited to 'new-luxc/source/luxc/lang/extension/translation.lux')
-rw-r--r--new-luxc/source/luxc/lang/extension/translation.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/lang/extension/translation.lux b/new-luxc/source/luxc/lang/extension/translation.lux
index d034f2919..663babdb6 100644
--- a/new-luxc/source/luxc/lang/extension/translation.lux
+++ b/new-luxc/source/luxc/lang/extension/translation.lux
@@ -5,5 +5,5 @@
[//])
(def: #export defaults
- (Dict Text //.Expression)
+ (Dict Text //.Translation)
(dict.new text.Hash<Text>))