aboutsummaryrefslogtreecommitdiff
path: root/source/lux/data/char.lux
diff options
context:
space:
mode:
Diffstat (limited to 'source/lux/data/char.lux')
-rw-r--r--source/lux/data/char.lux3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/lux/data/char.lux b/source/lux/data/char.lux
index 42e57509e..5dac9a3c7 100644
--- a/source/lux/data/char.lux
+++ b/source/lux/data/char.lux
@@ -8,7 +8,8 @@
(;import lux
(.. (eq #as E)
- (show #as S)))
+ (show #as S)
+ (text #as T #open ("text:" Text/Monoid))))
## [Structures]
(defstruct #export Char/Eq (E;Eq Char)