pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/hs-profunctors



Module name:    wip
Committed by:   szptvlfn
Date:           Tue Jul 29 21:37:04 UTC 2014

Modified Files:
        wip/hs-profunctors: Makefile PLIST buildlink3.mk distinfo

Log Message:
Update to 4.2

CHANGELOG:
4.2
---
* Renamed `-|` to `ProfunctorAdjunction` because GHC 7.4 still exists in the 
wild.
* Renamed `-/->` to `:->` for the same reason. Also the former was confusing as 
they conflated profunctor homomorphisms and profunctors themselves.

4.1
---
* Flipped the order of 'Procompose'
* Added the notion of Monads and Comonads on the category of profunctors.
* Added 'Cayley' which takes normal Haskell Monads and Comonads to a 
'ProfunctorMonad' and 'ProfunctorComonad' respectively. Cayley is also known as 
the 'static arrow' construction
* Added 'Closed' which is adjoint to 'Strong'.
* Added 'Closure' which freely adjoins 'Closed' to any 'Profunctor'.
* Added 'Tambara' which freely adjoins 'Strong' to any 'Profunctor'.
* Added 'Cotambara' which freely adjoins 'Choice' to any 'Profunctor'.
* Under the new 'Procompose' the old 'Rift' is now 'Ran', and the old 'Lift' 
was misnamed. It is now 'Rift'

4.0.3
-----
* Added `Data.Profunctor.Lift` containing the left Kan lift of a profunctor.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.3 -r1.4 wip/hs-profunctors/PLIST \
    wip/hs-profunctors/distinfo
cvs -z3 rdiff -u -r1.5 -r1.6 wip/hs-profunctors/buildlink3.mk
cvs -z3 rdiff -u -r1.6 -r1.7 wip/hs-profunctors/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-profunctors/PLIST?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-profunctors/distinfo?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-profunctors/buildlink3.mk?r1=1.5&r2=1.6
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/hs-profunctors/Makefile?r1=1.6&r2=1.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index