Skip to content

Commit bbec2d8

Browse files
Updating README.md
1 parent fbc9978 commit bbec2d8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
# mono-traversable-keys
1+
## Type-classes for interacting with monomorphic containers with a key
22

3-
Provides type-classes for interacting with monomorphic containers in the following was:
3+
[![Build Status](https://travis-ci.org/recursion-ninja/mono-traversable-keys.svg?branch=master)](https://travis-ci.org/recursion-ninja/mono-traversable-keys)
4+
[![License FreeBSD](https://img.shields.io/badge/license-FreeBSD-brightgreen.svg)](http://opensource.org/licenses/BSD-3-Clause)
5+
[![Hackage](https://img.shields.io/hackage/v/mono-traversable-keys.svg?style=flat)](https://hackage.haskell.org/package/mono-traversable-keys)
6+
[![Stackage Nightly](http://stackage.org/package/mono-traversable-keys/badge/nightly)](http://stackage.org/nightly/package/mono-traversable-keys)
7+
[![Stackage LTS](http://stackage.org/package/mono-traversable-keys/badge/lts)](http://stackage.org/lts/package/mono-traversable-keys)
8+
9+
Provides type-classes for interacting with monomorphic containers in the following ways:
410

511
* zipping
612
* adjusting an element at a key
@@ -11,4 +17,4 @@ Provides type-classes for interacting with monomorphic containers in the followi
1117
* traversing with a key
1218
* zipping with a key
1319

14-
This package is the extension of two other popular libraries, [`mono-traversable`](http://hackage.haskell.org/package/mono-traversable) and [`keys`](http://hackage.haskell.org/package/keys), designed to provided the functionality of the `keys` package to the monomorphic containers enhanced by the `mono-traversable` package.
20+
This package is the extension of two other popular libraries, [`mono-traversable`](http://hackage.haskell.org/package/mono-traversable) and [`keys`](http://hackage.haskell.org/package/keys), designed to provided the functionality of the `keys` package to the monomorphic containers enhanced by the `mono-traversable` package.

0 commit comments

Comments
 (0)