From c3aa2cf75014dc559e2ad60ccf8e690a6b305d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Fri, 11 Oct 2019 11:20:38 +0200 Subject: [PATCH] Add API documentation links. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 07e5da2..9d0cedc 100644 --- a/README.md +++ b/README.md @@ -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` ----------------------