diff options
Diffstat (limited to '')
-rw-r--r-- | lux-r/source/program.lux | 2 | ||||
-rw-r--r-- | lux-ruby/source/program.lux | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/lux-ruby/source/program.lux b/lux-ruby/source/program.lux index a18f86cb9..30940108e 100644 --- a/lux-ruby/source/program.lux +++ b/lux-ruby/source/program.lux @@ -228,7 +228,7 @@ (call [org/jruby/runtime/ThreadContext [org/jruby/runtime/builtin/IRubyObject]] "try" org/jruby/runtime/builtin/IRubyObject)) -(type: Translator +(type Translator (-> java/lang/Object (Try Any))) (def (read_tuple read host_object) |