diff options
Diffstat (limited to 'lux-r')
-rw-r--r-- | lux-r/source/program.lux | 2 |
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) |