https://bugzilla.redhat.com/show_bug.cgi?id=1514674

            Bug ID: 1514674
           Summary: Review Request: ghc-managed - A monad for managed
                    values
           Product: Fedora
           Version: rawhide
         Component: Package Review
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]




Spec URL: http://qulogic.fedorapeople.org//ghc-managed.spec
SRPM URL: http://qulogic.fedorapeople.org//ghc-managed-1.0.5-1.fc26.src.rpm

Description:
In Haskell you very often acquire values using the 'with...' idiom using
functions of type '(a -> IO r) -> IO r'. This idiom forms a 'Monad', which is a
special case of the 'ContT' monad (from 'transformers') or the 'Codensity'
monad (from 'kan-extensions'). The main purpose behind this package is to
provide a restricted form of these monads specialized to this unusually common
case.

The reason this package defines a specialized version of these types is to:

* be more beginner-friendly,
* simplify inferred types and error messages, and:
* provide some additional type class instances that would otherwise be orphan
instances.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to