packages feed

total-map-0.0.4: total-map.cabal

Name:                total-map
Version:             0.0.4
Cabal-Version:       >= 1.6
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/
Source-Repository head
    type:         git
    location:     git://github.com/conal/total-map.git

Library
  hs-Source-Dirs:      src
  Extensions:
  Build-Depends:       base<5, containers
                       -- , comonad
  Exposed-Modules:     
                       Data.TotalMap