aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/format/lux/data/text.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/format/lux/data/text.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/format/lux/data/text.lux b/stdlib/source/format/lux/data/text.lux
index 91e38ed27..7c80696fd 100644
--- a/stdlib/source/format/lux/data/text.lux
+++ b/stdlib/source/format/lux/data/text.lux
@@ -1,6 +1,6 @@
(.require
[library
- [lux (.except list nat int rev type symbol)
+ [lux (.except list nat int rev symbol type)
[abstract
[monad (.only do)]
[functor
@@ -39,7 +39,7 @@
["[0]" symbol]]
["[0]" type]]])
-(type: .public (Format a)
+(.type .public (Format a)
(-> a Text))
(def .public functor