indexed 0.1.2 → 0.1.3
raw patch · 2 files changed
+1/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/Functor/Indexed.hs +0/−4
- indexed.cabal +1/−1
Data/Functor/Indexed.hs view
@@ -50,7 +50,3 @@ class IxFunctor w => IxCopointed w where iextract :: w i i a -> a--{-# RULES-"iextract/ireturn" iextract . ireturn = id- #-}
indexed.cabal view
@@ -1,5 +1,5 @@ Name: indexed-Version: 0.1.2+Version: 0.1.3 Synopsis: Haskell98 indexed functors, monads, comonads Description: Haskell98 indexed functors, monads, comonads License: BSD3