aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/math/number/i16.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/math/number/i16.lux')
-rw-r--r--stdlib/source/library/lux/math/number/i16.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/math/number/i16.lux b/stdlib/source/library/lux/math/number/i16.lux
index 613bf9b3f..446e5f71b 100644
--- a/stdlib/source/library/lux/math/number/i16.lux
+++ b/stdlib/source/library/lux/math/number/i16.lux
@@ -17,7 +17,7 @@
... TODO: Switch to the cleaner approach ASAP.
(case (type_of ..sub)
{.#Apply :size: :sub:}
- (type (I64 :size:))
+ (type_literal (I64 :size:))
_
(undefined))