# `parval`
A structure to allow the validation pattern in a paralell setting.
It can be used without any paralellism, but it's named as parallel because many structure don't consider merging errors together.
# Features
1. [x] Implements `Try` to allow using the `?` operator.
# Upcoming
1. Unify api with `result`.