Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.07 KB

File metadata and controls

24 lines (17 loc) · 1.07 KB

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.