const result = A.isNonEmptyArray(pairs.list) ? Option.some(pairs.list) : Option.none()
© 2026 Hedgehog Software, LLC