In our app we use only Either and Try (for error m...
# arrow
s
In our app we use only Either and Try (for error modelling) and have pure functions where possible. But we don't use Option and use
T?
instead.