taggedalgebraic/README.md

6 lines
481 B
Markdown
Raw Normal View History

2016-01-27 22:08:17 +00:00
TaggedAlgebraic
===============
Implementation of a generic algebraic data type with a tagged union storage. All operations of the contained types are available for the `TaggedAlgebraic`
2016-01-29 10:42:06 +00:00
[![Build Status](https://travis-ci.org/s-ludwig/taggedalgebraic.svg?branch=master)](https://travis-ci.org/s-ludwig/taggedalgebraic) [![Coverage Status](https://coveralls.io/repos/s-ludwig/taggedalgebraic/badge.png?branch=master)](https://coveralls.io/r/s-ludwig/taggedalgebraic?branch=master)