aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/lux.lux')
-rw-r--r--stdlib/source/lux.lux7
1 files changed, 0 insertions, 7 deletions
diff --git a/stdlib/source/lux.lux b/stdlib/source/lux.lux
index 1a35b4ebd..e0717c88c 100644
--- a/stdlib/source/lux.lux
+++ b/stdlib/source/lux.lux
@@ -5999,13 +5999,6 @@
_
(#Left (..wrong-syntax-error (name-of ..char)))))
-(def: #export (when test f)
- (All [a] (-> Bit (-> a a) (-> a a)))
- (function (_ value)
- (if test
- (f value)
- value)))
-
(def: target
(Meta Text)
(function (_ compiler)