Name: total-map Version: 0.1.0 Cabal-Version: >= 1.10 Synopsis: Finitely represented /total/ maps Category: Data Description: Finitely represented /total/ maps. Represented by as a partial map and a default value. Has Applicative and Monad instances (unlike Data.Map). Author: Conal Elliott Maintainer: conal@conal.net Copyright: (c) 2012 by Conal Elliott License: BSD3 License-File: COPYING Stability: experimental build-type: Simple Homepage: http://github.com/conal/total-map/ Extra-Source-Files: README.md ChangeLog.md Source-Repository head type: git location: git://github.com/conal/total-map.git Library hs-Source-Dirs: src Extensions: Build-Depends: base<5, containers, semiring-num -- , comonad Exposed-Modules: Data.TotalMap default-language: Haskell2010