(.using [library [lux (.except if loop) ["$" documentation (.only documentation:)] [data [text (.only \n) ["%" \\format (.only format)]]] [macro ["[0]" template]]]] [\\library ["[0]" /]]) (documentation: (/.Lazy it) (format "A value specified by an expression that is calculated only at the last moment possible." \n "Afterwards, the value is cached for future reference.")) (documentation: /.lazy "Specifies a lazy value by providing the expression that computes it." [(lazy eager_computation)]) (.def .public documentation (.List $.Module) ($.module /._ "" [..Lazy ..lazy ($.default /.value) ($.default /.equivalence) ($.default /.functor) ($.default /.apply) ($.default /.monad)] []))