© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
David Novák
The problem with this code:
sequenceS(E.either)({ email: validateEmail(email), password: validatePassword(password), })
Is if validateEmail and validatePassword has different left types it wont compile.
Is there a way around this?