- sepmap sep g docsprocedure
Maps g over docs and joins the results with separator document sep: (fold1map (lambda (x y) (^^ x (^^ sep y))) g docs).
Maps g over docs and joins the results with separator document sep: (fold1map (lambda (x y) (^^ x (^^ sep y))) g docs).