diff options
Diffstat (limited to 'stdlib/source/polytypic')
-rw-r--r-- | stdlib/source/polytypic/lux/data/format/json.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/polytypic/lux/data/format/json.lux b/stdlib/source/polytypic/lux/data/format/json.lux index 3953675da..575fbd58b 100644 --- a/stdlib/source/polytypic/lux/data/format/json.lux +++ b/stdlib/source/polytypic/lux/data/format/json.lux @@ -226,7 +226,7 @@ <type>.parameter <type>.recursive_call ... If all else fails... - (<>.failure (format "Cannot create JSON encoder for: " (type.format inputT))) + (<>.failure (format "Cannot create JSON encoder for: " (type.absolute_format inputT))) ))))) (def decoded @@ -330,7 +330,7 @@ <type>.parameter <type>.recursive_call ... If all else fails... - (<>.failure (format "Cannot create JSON decoder for: " (type.format inputT))) + (<>.failure (format "Cannot create JSON decoder for: " (type.absolute_format inputT))) ))))) (def .public codec |