aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/debug.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/debug.lux')
-rw-r--r--stdlib/source/test/lux/debug.lux16
1 files changed, 8 insertions, 8 deletions
diff --git a/stdlib/source/test/lux/debug.lux b/stdlib/source/test/lux/debug.lux
index 9f619b3c0..fdf83aaa7 100644
--- a/stdlib/source/test/lux/debug.lux
+++ b/stdlib/source/test/lux/debug.lux
@@ -90,7 +90,7 @@
... TODO: Uncomment after switching from the old (tag+last?) to the new (lefts+right?) representation for variants
... (~~ (template [<lefts> <right?> <value> <format>]
... [(|> (/.representation (type (Or Bit Int Frac))
- ... (: (Or Bit Int Frac)
+ ... (is (Or Bit Int Frac)
... (<lefts> <right?> <value>)))
... (try#each (text#= (format "(" (%.nat <lefts>)
... " " (%.bit <right?>)
@@ -171,11 +171,11 @@
(|> (/.representation .Any sample_frac)
(try#each (text#= "[]"))
(try.else false))
- (|> (/.representation (type (List Nat)) (: (List Nat) (list sample_nat)))
+ (|> (/.representation (type (List Nat)) (is (List Nat) (list sample_nat)))
(try#each (text#= (%.list %.nat (list sample_nat))))
(try.else false))
(~~ (template [<sample>]
- [(|> (/.representation (type (Maybe Nat)) (: (Maybe Nat) <sample>))
+ [(|> (/.representation (type (Maybe Nat)) (is (Maybe Nat) <sample>))
(try#each (text#= (%.maybe %.nat <sample>)))
(try.else false))]
@@ -209,7 +209,7 @@
[%.text sample_text]
))
(text#= (|> (list sample_bit sample_int sample_frac sample_text)
- (: (List Any))
+ (is (List Any))
(list#each /.inspection)
(text.interposed " ")
(text.enclosed ["[" "]"]))
@@ -236,8 +236,8 @@
($_ _.and
..inspection
..representation
- (_.cover [/.:hole /.type_hole]
- (let [error (: My_Text (..macro_error (/.:hole)))]
+ (_.cover [/.hole /.type_hole]
+ (let [error (is My_Text (..macro_error (/.hole)))]
(and (exception.match? /.type_hole error)
(text.contains? (%.type My_Text) error))))
(do random.monad
@@ -257,8 +257,8 @@
(..macro_error (/.here yolo))))
(_.cover [/.private]
(exec
- (: (/.private /.Inspector)
- /.inspection)
+ (is (/.private /.Inspector)
+ /.inspection)
true))
(_.cover [/.log!]
(exec