aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/math/constructive.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/math/constructive.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/lux/math/constructive.lux b/stdlib/source/lux/math/constructive.lux
index 25fd6a29f..8d375fad7 100644
--- a/stdlib/source/lux/math/constructive.lux
+++ b/stdlib/source/lux/math/constructive.lux
@@ -120,7 +120,7 @@
{}
- .Top))))
+ .Any))))
(#.Some meaning)
(wrap (.list (.` (.type: (~+ (scw.export export?))
@@ -185,7 +185,7 @@
(~ meaning)))))))
(.type: #export (not p)
- (-> p .Bottom))
+ (-> p .Nothing))
(.type: #export (Test p)
(#True p)
@@ -194,6 +194,6 @@
(exception: #export absurd)
(.def: #export absurdity
- (.All [p] (-> p .Bottom))
+ (.All [p] (-> p .Nothing))
(.function (_ proof)
(.error! (ex.construct absurd []))))