moonsugar v0.1.1 API Reference

Modules

Documentation for Moonsugar

The Maybe module contains functions that help create and interact with the maybe type. The Maybe type used in this library is represented as either a Just type or a Nothing type

The Result module contains functions that help create and interact with the result type

The Validation module contains functions that help create and interact with the validation type