OptionEx v0.1.0 API Reference
Modules
OptionEx is a module for handling functions returning a OptionEx.t/0
.
This module is inspired by the f# Option module, and Railway Oriented Programming as explained by Scott Wlaschin. This module is intended to make working with nil
values more safe and convenient. For splitting tracks based on ok or error return values see ResultEx