aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/world/file
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/test/lux/world/file.lux12
-rw-r--r--stdlib/source/test/lux/world/file/watch.lux20
2 files changed, 16 insertions, 16 deletions
diff --git a/stdlib/source/test/lux/world/file.lux b/stdlib/source/test/lux/world/file.lux
index d2c4703d3..304116241 100644
--- a/stdlib/source/test/lux/world/file.lux
+++ b/stdlib/source/test/lux/world/file.lux
@@ -5,15 +5,15 @@
[abstract
[monad {"+" [do]}]]
[control
- ["." io]]
+ ["[0]" io]]
[math
- ["." random]]]]
- ["." / "_"
- ["#." watch]]
+ ["[0]" random]]]]
+ ["[0]" / "_"
+ ["[1][0]" watch]]
[\\library
- ["." /]]
+ ["[0]" /]]
[\\specification
- ["$." /]])
+ ["$[0]" /]])
(def: .public test
Test
diff --git a/stdlib/source/test/lux/world/file/watch.lux b/stdlib/source/test/lux/world/file/watch.lux
index 52fa06325..aee4f4922 100644
--- a/stdlib/source/test/lux/world/file/watch.lux
+++ b/stdlib/source/test/lux/world/file/watch.lux
@@ -6,24 +6,24 @@
[predicate {"+" [Predicate]}]
[monad {"+" [do]}]]
[control
- ["." try {"+" [Try]}]
- ["." exception]
+ ["[0]" try {"+" [Try]}]
+ ["[0]" exception]
[concurrency
- ["." async {"+" [Async]}]]]
+ ["[0]" async {"+" [Async]}]]]
[data
- ["." binary {"+" [Binary]} ("#\." equivalence)]
- ["." text ("#\." equivalence)
+ ["[0]" binary {"+" [Binary]} ("[1]\[0]" equivalence)]
+ ["[0]" text ("[1]\[0]" equivalence)
["%" format {"+" [format]}]]
[collection
- ["." list]]]
+ ["[0]" list]]]
[math
- ["." random {"+" [Random]} ("#\." monad)]]]]
+ ["[0]" random {"+" [Random]} ("[1]\[0]" monad)]]]]
[\\library
- ["." /
- ["/#" //]]]
+ ["[0]" /
+ ["/[1]" //]]]
[////
[data
- ["$." binary]]])
+ ["$[0]" binary]]])
(def: concern
(Random [/.Concern (Predicate /.Concern)])