taggedunion

A package for enabling modelling tagged unions along with 'case matching' utilities


Keywords
languages, schemas, unions, type, system, types, tagged
License
MIT
Install
pip install taggedunion==0.0.2

Documentation

Tagged Unions

This package allows one to model tagged union data types in python.