[Missing sigs + haddock in Fixer.VMap
Samuel Bronson <naesten@gmail.com>**20090204222149] hunk ./Fixer/VMap.hs 26
--- VMap general data type for finding the fixpoint of a general tree-like structure.
+-- | General data type for finding the fixpoint of a general tree-like structure.
hunk ./Fixer/VMap.hs 41
-emptyVMap :: (Ord a,Ord b) => VMap a b
+emptyVMap :: (Ord p, Ord n) => VMap p n
hunk ./Fixer/VMap.hs 44
+vmapSingleton :: (Ord p, Ord n) => n -> VMap p n
hunk ./Fixer/VMap.hs 47
+vmapArgSingleton :: (Ord p,Ord n,Show p,Show n) => n -> Int -> VMap p n -> VMap p n
hunk ./Fixer/VMap.hs 52
+vmapArg :: (Ord p,Ord n,Show p,Show n) => n -> Int -> VMap p n -> VMap p n
hunk ./Fixer/VMap.hs 67
+vmapDropArgs :: Ord n => VMap p n -> VMap p n
hunk ./Fixer/VMap.hs 70
+vmapHeads :: Monad m => VMap p n -> m [n]
hunk ./Fixer/VMap.hs 74
+vmapMember :: Ord n => n -> VMap p n -> Bool
hunk ./Fixer/VMap.hs 79
+pruneVMap :: (Ord n,Ord p,Show n,Show p) => VMap p n -> VMap p n