© 2026 Hedgehog Software, LLC
Effect.filterOrElse( (x) => x.length === 0, (x) => Effect.promise(() => lite.insert(words).values(x)) )
Effect.matchCondition( (x) => x.length !== 0, (x) => Effect.promise(() => lite.insert(words).values(x)) )