Hello forum, I wrote a small verb:
r =: *`]@.(0: <: ]) This works as expected: 0.1 0.01 r _1 2 _0.1 2 However, it seems to be impossible to visualize the data flow of the verb with dissect: dissect '0.1 0.01 (*`]@.(0: <: ])) _1 2' assertion failure |assertion failure: inheritu | 0 e.frame['u failed but u@v succeeded' Error during initial display I don't understand exactly, what assertion failed. Is there a problem with my verb? Or are there currently limitations in dissect which make it impossible to visualize the data flow? Thanks in advance for your help. Regards, Thomas ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
