(.module: [library [lux "*" ["$" documentation {"+" documentation:}] [data [text {"+" \n} ["%" format {"+" format}]] [collection ["[0]" list]]]]] ["[0]" / "_" ["[1][0]" binary] ["[1][0]" json] ["[1][0]" tar] ["[1][0]" xml]]) (.def: .public documentation (.List $.Module) (list.together (list /binary.documentation /json.documentation /tar.documentation /xml.documentation )))