diff options
Diffstat (limited to 'stdlib/source/test/lux/control/parser/synthesis.lux')
-rw-r--r-- | stdlib/source/test/lux/control/parser/synthesis.lux | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/stdlib/source/test/lux/control/parser/synthesis.lux b/stdlib/source/test/lux/control/parser/synthesis.lux index ca405d495..9068cad62 100644 --- a/stdlib/source/test/lux/control/parser/synthesis.lux +++ b/stdlib/source/test/lux/control/parser/synthesis.lux @@ -3,34 +3,34 @@ [lux "*" ["_" test {"+" [Test]}] [abstract - ["." monad {"+" [do]}]] + ["[0]" monad {"+" [do]}]] [control [pipe {"+" [case>]}] ["<>" parser] - ["." try] - ["." exception]] + ["[0]" try] + ["[0]" exception]] [data - ["." bit] - ["." name] - ["." text] + ["[0]" bit] + ["[0]" name] + ["[0]" text] [collection - ["." list ("#\." functor)]]] + ["[0]" list ("[1]\[0]" functor)]]] [math - ["." random {"+" [Random]}] + ["[0]" random {"+" [Random]}] [number ["n" nat] - ["." i64] - ["." frac]]] + ["[0]" i64] + ["[0]" frac]]] [tool [compiler [reference {"+" []} - ["." variable {"+" [Variable]}]] + ["[0]" variable {"+" [Variable]}]] [language [lux [analysis {"+" [Environment]}] - ["." synthesis {"+" [Synthesis]}]]]]]]] + ["[0]" synthesis {"+" [Synthesis]}]]]]]]] [\\library - ["." /]]) + ["[0]" /]]) (template: (!expect <pattern> <value>) [(case <value> |