Adding an Option effect in your stack allows to stop computations when necessary. If you create a value with some(a) this value will be used downstream but if you use none all computations will stop:`> (Some(30),None)`
Option
some(a)
none