aboutsummaryrefslogtreecommitdiff
path: root/lux-r/source/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-r/source/program.lux')
-rw-r--r--lux-r/source/program.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-r/source/program.lux b/lux-r/source/program.lux
index 47a0b83b9..46d0ccade 100644
--- a/lux-r/source/program.lux
+++ b/lux-r/source/program.lux
@@ -353,7 +353,7 @@
))
)))))
-(type: (Reader a)
+(type (Reader a)
(-> a (Try Any)))
(def (read_variant read host_object)