diff options
author | Eduardo Julian | 2021-09-07 22:50:21 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-07 22:50:21 -0400 |
commit | 35c0807799717cd720ab28b35851c1a01a67445d (patch) | |
tree | c6237b79fb262d24c8a46ee3ecb714df3e9874d8 /stdlib/source/test/lux/control/concurrency/async.lux | |
parent | b55cefcb258f11eeee32c1478faefd1bd09ec871 (diff) |
De-taggification | part 4
Diffstat (limited to 'stdlib/source/test/lux/control/concurrency/async.lux')
-rw-r--r-- | stdlib/source/test/lux/control/concurrency/async.lux | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/stdlib/source/test/lux/control/concurrency/async.lux b/stdlib/source/test/lux/control/concurrency/async.lux index ad1297161..0709aff61 100644 --- a/stdlib/source/test/lux/control/concurrency/async.lux +++ b/stdlib/source/test/lux/control/concurrency/async.lux @@ -6,25 +6,25 @@ [abstract [monad {"+" [do]}] [\\specification - ["$." functor {"+" [Injection Comparison]}] - ["$." apply] - ["$." monad]]] + ["$[0]" functor {"+" [Injection Comparison]}] + ["$[0]" apply] + ["$[0]" monad]]] [control [pipe {"+" [case>]}] - ["." io]] + ["[0]" io]] [time - ["." instant] - ["." duration]] + ["[0]" instant] + ["[0]" duration]] [math - ["." random] + ["[0]" random] [number ["n" nat] ["i" int] - ["." i64]]]]] + ["[0]" i64]]]]] [\\library - ["." / + ["[0]" / [// - ["." atom {"+" [Atom]}]]]]) + ["[0]" atom {"+" [Atom]}]]]]) (def: injection (Injection /.Async) |