aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/control/reader.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/control/reader.lux')
-rw-r--r--stdlib/source/library/lux/control/reader.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/control/reader.lux b/stdlib/source/library/lux/control/reader.lux
index 12f30ce22..aa15befa8 100644
--- a/stdlib/source/library/lux/control/reader.lux
+++ b/stdlib/source/library/lux/control/reader.lux
@@ -7,7 +7,7 @@
["[0]" functor (.only Functor)]
["[0]" monad (.only Monad do)]]]])
-(type: .public (Reader r a)
+(type .public (Reader r a)
(-> r a))
(def .public read