(.require [library [lux (.except) ["$" documentation] [data [text (.only \n) ["%" \\format (.only format)]]]]] [\\library ["[0]" /]]) (def .public documentation (List $.Documentation) (list ($.module /._ "") ($.definition (/.Mix structure) "Iterate over a structure's values to build a summary value.") ($.definition /.with_monoid "Mix a mixable structure using the monoid's identity as the initial value." ($.example (with_monoid monoid mix value)))))