# Data.Map.NonEmpty - NonEmptyMap [![Build Status](https://travis-ci.com/ChristopherDavenport/nonemptymap.svg?branch=master)](https://travis-ci.com/ChristopherDavenport/nonemptymap) [![Hackage](https://img.shields.io/hackage/v/nonemptymap.svg)](https://hackage.haskell.org/package/nonemptymap) [![GitHub issues](https://img.shields.io/github/issues/ChristopherDavenport/nonemptymap.svg)](https://github.com/ChristopherDavenport/nonemptymap) This map implementation is a NonEmptyMap that can be used where that is necessary. Hopefully slowly porting over more and more functions from the containers libraries. There is a lot more work to be done, so please feel free to help get this operational.