Post #87 1.43K Jun 25, 2025, 17:59 UTC https://github.com/dry-python/returns/issues/2177#dry_python #typing GitHub Feature request: add bool conversion to `Maybe` · Issue #2177 · dry-python/returns Refs: #874. Currently, Maybe type doesn't have special methods for being treated as bools, so any Maybe object is True in Python. However, I find that it doesn't fit well in Python idioms. ... 👍 2