rascal - Is there a construct like `Either`/`Validation`? -


for use case want have either successful result (with value) xor failed result list of errors. in haskell use either this, in scalaz have validation. there construct in rascal this?

is see maybe available, hope either well.

at moment support maybe in library, write own either if want. useful addition our library.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -