From 00d138d940348a1288aecffc75170606fbfc9d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Wed, 27 Jan 2016 23:08:17 +0100 Subject: [PATCH] Add README.md. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ac29d39 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +TaggedAlgebraic +=============== + +Implementation of a generic algebraic data type with a tagged union storage. All operations of the contained types are available for the `TaggedAlgebraic` + +[![Build Status](https://travis-ci.org/s-ludwig/taggedalgebraic.svg?branch=master)](https://travis-ci.org/s-ludwig/taggedalgebraic)