Add API documentation links.

This commit is contained in:
Sönke Ludwig 2019-10-11 11:20:38 +02:00
parent cde25d43bc
commit c3aa2cf750

View file

@ -5,6 +5,10 @@ Implementation of a generic `TaggedUnion` type along with a `TaggedAlgebraic` ty
[![Build Status](https://travis-ci.org/s-ludwig/taggedalgebraic.svg?branch=master)](https://travis-ci.org/s-ludwig/taggedalgebraic) [![codecov](https://codecov.io/gh/s-ludwig/taggedalgebraic/branch/master/graph/badge.svg)](https://codecov.io/gh/s-ludwig/taggedalgebraic)
API Documentation:
- [`taggedalgebraic`](https://vibed.org/api/taggedalgebraic.taggedalgebraic/)
- [`taggedunion`](https://vibed.org/api/taggedalgebraic.taggedunion/)
Usage of `TaggedUnion`
----------------------