packages feed

applicative-extras 0.1 → 0.1.1

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

Control/Applicative/Error.hs view
@@ -3,8 +3,8 @@  import Control.Applicative --- |An error idiom.  Rather like the error monad, but collect all--- |errors together +-- | An error idiom.  Rather like the error monad, but collect all+-- | errors together  data Failing a = Success a | Failure [ErrorMsg]  deriving Show type ErrorMsg = String
applicative-extras.cabal view
@@ -1,5 +1,5 @@ Name:            applicative-extras-Version:         0.1+Version:         0.1.1 Synopsis:        Instances for Applicative Description:     Some instances for Applicative and type-level composition. Category:        Control