• ramifications allow to split a list of values into one of tuples
function test (map $m) as list return
  $m / is-author-of [not opus/oc(download)] < author / oc(email) , ./opus >
      
  • useful to build tuples in one go
  • similar to map function in Perl