diff options
Diffstat (limited to '')
-rw-r--r-- | lux-php/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-php/source/program.lux b/lux-php/source/program.lux index e9041321e..6dd73842c 100644 --- a/lux-php/source/program.lux +++ b/lux-php/source/program.lux @@ -177,7 +177,7 @@ [StructureValue] ) -(type: Reader +(type Reader (-> java/lang/Object (Try Any))) (exception: (unknown_kind_of_object [object java/lang/Object]) |