diff options
Diffstat (limited to 'stdlib/source/test/lux/debug.lux')
-rw-r--r-- | stdlib/source/test/lux/debug.lux | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stdlib/source/test/lux/debug.lux b/stdlib/source/test/lux/debug.lux index a8ecab6c1..5eb6e8e69 100644 --- a/stdlib/source/test/lux/debug.lux +++ b/stdlib/source/test/lux/debug.lux @@ -6,23 +6,23 @@ [abstract [monad {"+" [do]}]] [control - ["." try ("#\." functor)] - ["." exception] + ["[0]" try ("[1]\[0]" functor)] + ["[0]" exception] [parser - ["<.>" code]]] + ["<[0]>" code]]] [data - ["." text ("#\." equivalence) + ["[0]" text ("[1]\[0]" equivalence) ["%" format {"+" [format]}]] [collection - ["." list ("#\." functor)]] + ["[0]" list ("[1]\[0]" functor)]] [format [json {"+" [JSON]}] [xml {"+" [XML]}]]] - ["." macro + ["[0]" macro [syntax {"+" [syntax:]}] - ["." code]] + ["[0]" code]] [math - ["." random {"+" [Random]}] + ["[0]" random {"+" [Random]}] [number [ratio {"+" [Ratio]}]]] [time {"+" [Time]} @@ -32,21 +32,21 @@ [month {"+" [Month]}] [day {"+" [Day]}]]]] [\\library - ["." /]] - ["$." // "_" - ["#." type] + ["[0]" /]] + ["$[0]" // "_" + ["[1][0]" type] [data - ["#." name] + ["[1][0]" name] [format - ["#." json] - ["#." xml]]] + ["[1][0]" json] + ["[1][0]" xml]]] [macro - ["#." code]] + ["[1][0]" code]] [math [number - ["#." ratio]]] + ["[1][0]" ratio]]] [meta - ["#." location]]]) + ["[1][0]" location]]]) (def: can_represent_simple_types (Random Bit) |