aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/macro.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/macro.lux')
-rw-r--r--stdlib/source/test/lux/macro.lux22
1 files changed, 11 insertions, 11 deletions
diff --git a/stdlib/source/test/lux/macro.lux b/stdlib/source/test/lux/macro.lux
index 5cb684336..e1927eedb 100644
--- a/stdlib/source/test/lux/macro.lux
+++ b/stdlib/source/test/lux/macro.lux
@@ -42,8 +42,8 @@
_ false)])
(template: (!global <definition>)
- [(: [Text .Global]
- [(template.text [<definition>]) {.#Definition [true .Macro <definition>]}])])
+ [(is [Text .Global]
+ [(template.text [<definition>]) {.#Definition [true .Macro <definition>]}])])
(syntax: (pow/2 [number <code>.any])
(in (list (` (n.* (~ number) (~ number))))))
@@ -79,19 +79,19 @@
.#modules (list [macro_module
[.#module_hash 0
.#module_aliases (list)
- .#definitions (: (List [Text .Global])
- (list (!global /.log_single_expansion!)
- (!global /.log_expansion!)
- (!global /.log_full_expansion!)))
+ .#definitions (is (List [Text .Global])
+ (list (!global /.log_single_expansion!)
+ (!global /.log_expansion!)
+ (!global /.log_full_expansion!)))
.#imports (list)
.#module_state {.#Active}]]
[current_module
[.#module_hash 0
.#module_aliases (list)
- .#definitions (: (List [Text .Global])
- (list (!global ..pow/2)
- (!global ..pow/4)
- (!global ..repeated)))
+ .#definitions (is (List [Text .Global])
+ (list (!global ..pow/2)
+ (!global ..pow/4)
+ (!global ..repeated)))
.#imports (list)
.#module_state {.#Active}]])
.#scopes (list)
@@ -102,7 +102,7 @@
.#seed seed
.#scope_type_vars (list)
.#extensions []
- .#eval (:as (-> Type Code (Meta Any)) [])
+ .#eval (as (-> Type Code (Meta Any)) [])
.#host []]])))
(syntax: (iterated [cycle <code>.nat