aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/debug.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/debug.lux')
-rw-r--r--stdlib/source/library/lux/debug.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/library/lux/debug.lux b/stdlib/source/library/lux/debug.lux
index a4866a106..ad5fa71fb 100644
--- a/stdlib/source/library/lux/debug.lux
+++ b/stdlib/source/library/lux/debug.lux
@@ -1,6 +1,6 @@
(.require
[library
- [lux (.except private)
+ [lux (.except private type)
["[0]" ffi (.only import)]
[abstract
["[0]" monad (.only do)]]
@@ -81,7 +81,7 @@
("static" isArray [.Any] ffi.Boolean)))
@.python
- (these (type PyType
+ (these (.type PyType
(Primitive "python_type"))
(import (type [.Any] PyType))
@@ -385,7 +385,7 @@
(exception.report
(list ["Type" (%.type type)])))
-(type Representation
+(.type Representation
(-> Any Text))
(def primitive_representation
@@ -547,7 +547,7 @@
expectedT meta.expected_type]
(function.constant (exception.except ..type_hole [location expectedT])))))
-(type Target
+(.type Target
[Text (Maybe Code)])
(def target