DataTypesBasic.jl

Option, Try, Either, and some more common basic DataTypes
Author JuliaFunctional
Popularity
11 Stars
Updated Last
11 Months Ago
Started In
January 2020

DataTypesBasic

Stable Dev Build Status Coverage

This package defines julia implementations for the common types Option (aka Maybe), Either and Try, as well as one extra type ContextManager which mimics Python's with-ContextManager.

Installation

The package is soon going to be registered at General, until then you can use it by adding a custom registry.

using Pkg
pkg"add DataTypesBasic"

Use it like

using DataTypesBasic

For more details check out the documentation.

Required Packages