Skip to content

ancheefa/DataTypesBasic.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Option, Try, Either, and some more common basic DataTypes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%