- ml-option f xprocedure
Renders (f x) wrapped as Some(...) if x is truthy, or None if x is #f. Scheme has no direct analog of SML's option type, so #f doubles as None; this cannot distinguish None from Some #f, which is acceptable for the debug-printing use this helper is intended for.