aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/debug.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/debug.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/debug.lux b/stdlib/source/library/lux/debug.lux
index d132e6256..8be252760 100644
--- a/stdlib/source/library/lux/debug.lux
+++ b/stdlib/source/library/lux/debug.lux
@@ -82,7 +82,7 @@
@.python
(these (.type PyType
- (Primitive "python_type"))
+ (Nominal "python_type"))
(import (type [.Any] PyType))
(import (str [.Any] ffi.String)))