aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/parser/synthesis.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/control/parser/synthesis.lux')
-rw-r--r--stdlib/source/test/lux/control/parser/synthesis.lux7
1 files changed, 4 insertions, 3 deletions
diff --git a/stdlib/source/test/lux/control/parser/synthesis.lux b/stdlib/source/test/lux/control/parser/synthesis.lux
index f82b020a9..aa7cc05ef 100644
--- a/stdlib/source/test/lux/control/parser/synthesis.lux
+++ b/stdlib/source/test/lux/control/parser/synthesis.lux
@@ -11,7 +11,6 @@
["[0]" exception]]
[data
["[0]" bit]
- ["[0]" name]
["[0]" text]
[collection
["[0]" list ("[1]#[0]" functor)]]]
@@ -21,6 +20,8 @@
["n" nat]
["[0]" i64]
["[0]" frac]]]
+ [meta
+ ["[0]" symbol]]
[tool
[compiler
[reference {"+" }
@@ -41,7 +42,7 @@
false)])
(def: random_constant
- (Random Name)
+ (Random Symbol)
(random.and (random.unicode 1)
(random.unicode 1)))
@@ -84,7 +85,7 @@
[/.text /.text! (random.unicode 1) synthesis.text text.equivalence]
[/.local /.local! random.nat synthesis.variable/local n.equivalence]
[/.foreign /.foreign! random.nat synthesis.variable/foreign n.equivalence]
- [/.constant /.constant! ..random_constant synthesis.constant name.equivalence]
+ [/.constant /.constant! ..random_constant synthesis.constant symbol.equivalence]
))
)))