packages feed

pred-set 0.0.0 → 0.0.1

raw patch · 2 files changed

+8/−2 lines, 2 files

Files

pred-set.cabal view
@@ -1,5 +1,5 @@ Name:                   pred-set-Version:                0.0.0+Version:                0.0.1 Author:                 Athan Clark <athan.clark@gmail.com> Maintainer:             Athan Clark <athan.clark@gmail.com> License:                BSD3
src/Data/PredSet/Mutable.hs view
@@ -1,4 +1,10 @@-module Data.PredSet.Mutable where+module Data.PredSet.Mutable+  ( PredSet+  , PredKey+  , new+  , insert+  , lookup+  ) where  import Prelude hiding (lookup) import Data.Monoid