diff options
Diffstat (limited to 'stdlib/source/lux/debug.lux')
-rw-r--r-- | stdlib/source/lux/debug.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/debug.lux b/stdlib/source/lux/debug.lux index db18eb37e..bac74880f 100644 --- a/stdlib/source/lux/debug.lux +++ b/stdlib/source/lux/debug.lux @@ -60,7 +60,7 @@ (import: Array (#static isArray [.Any] host.Boolean)))}))) -(type: Inspector (-> Any Text)) +(def: Inspector (-> Any Text)) (def: (inspect-tuple inspect) (-> Inspector Inspector) |