Hi,

Would it be possible to add automatic serialization of map and array
types in fn:trace?
When using it should be transparent but currently providing a map or
array fails. To trace it I now use awkward code to do it since I have
to call map:serialize and array:serialize myself. E.g.
(fn:trace(map:serialize($map, 'X: ')), func($map))[2]

Cheers,
--Marc

Reply via email to