diff options
Diffstat (limited to 'stdlib/source/test/lux/debug.lux')
-rw-r--r-- | stdlib/source/test/lux/debug.lux | 90 |
1 files changed, 45 insertions, 45 deletions
diff --git a/stdlib/source/test/lux/debug.lux b/stdlib/source/test/lux/debug.lux index f815d485e..9f619b3c0 100644 --- a/stdlib/source/test/lux/debug.lux +++ b/stdlib/source/test/lux/debug.lux @@ -1,52 +1,52 @@ (.using - [library - [lux "*" - ["_" test {"+" Test}] - ["@" target] - [abstract - [monad {"+" do}]] - [control - ["[0]" try ("[1]#[0]" functor)] - ["[0]" exception] - [parser - ["<[0]>" code]]] - [data - ["[0]" text ("[1]#[0]" equivalence) - ["%" format {"+" format}]] - [collection - ["[0]" list ("[1]#[0]" functor)]] - [format - [json {"+" JSON}] - [xml {"+" XML}]]] - ["[0]" macro - [syntax {"+" syntax:}] - ["[0]" code]] - [math - ["[0]" random {"+" Random}] - [number - [ratio {"+" Ratio}]]] - [time {"+" Time} - [instant {"+" Instant}] - [date {"+" Date}] - [duration {"+" Duration}] - [month {"+" Month}] - [day {"+" Day}]]]] - [\\library - ["[0]" /]] - ["$[0]" // "_" - ["[1][0]" type] + [library + [lux "*" + ["_" test {"+" Test}] + ["@" target] + [abstract + [monad {"+" do}]] + [control + ["[0]" try ("[1]#[0]" functor)] + ["[0]" exception] + [parser + ["<[0]>" code]]] [data + ["[0]" text ("[1]#[0]" equivalence) + ["%" format {"+" format}]] + [collection + ["[0]" list ("[1]#[0]" functor)]] [format - ["[1][0]" json] - ["[1][0]" xml]]] - [macro - ["[1][0]" code]] + [json {"+" JSON}] + [xml {"+" XML}]]] + ["[0]" macro + [syntax {"+" syntax:}] + ["[0]" code]] [math + ["[0]" random {"+" Random}] [number - ["[1][0]" ratio]]] - [meta - ["[1][0]" location] - ["[1][0]" symbol]]]) + [ratio {"+" Ratio}]]] + [time {"+" Time} + [instant {"+" Instant}] + [date {"+" Date}] + [duration {"+" Duration}] + [month {"+" Month}] + [day {"+" Day}]]]] + [\\library + ["[0]" /]] + ["$[0]" // "_" + ["[1][0]" type] + [data + [format + ["[1][0]" json] + ["[1][0]" xml]]] + [macro + ["[1][0]" code]] + [math + [number + ["[1][0]" ratio]]] + [meta + ["[1][0]" location] + ["[1][0]" symbol]]]) (def: can_represent_simple_types (Random Bit) @@ -245,7 +245,7 @@ bar random.nat baz random.bit] (_.cover [/.here] - (with_expansions [<no_parameters> (for [@.js (~~ (as_is))] + (with_expansions [<no_parameters> (for @.js (~~ (as_is)) (~~ (as_is (/.here))))] (`` (exec <no_parameters> |