clean up LANGUAGE pragma in GArrow.hs
[ghc-base.git] / GHC / HetMet / GArrow.hs
2011-06-22 Adam Megaczclean up LANGUAGE pragma in GArrow.hs
2011-06-20 Adam Megaczrename GArrowKappa to GArrowFullyEnriched
2011-06-02 Adam Megaczadd GArrowSTKCL for flattening of fixpoints
2011-05-31 Adam Megaczadd GArrowTensor, GArrowUnit, and GArrowExponent which...
2011-05-31 Adam Megaczadd experimental GArrowKappa
2011-05-31 Adam Megaczadd experimental GArrowStatic
2011-05-31 Adam Megaczrephrase GArrow{Sum,Prod} to make instance inference...
2011-05-31 Adam Megaczadd more fundeps for GArrow clases, remove -XFlexibleIn...
2011-05-31 Adam Megaczadd GArrowSTKC, GArrowPCF
2011-05-31 Adam Megaczadd ga_inl, ga_inr
2011-05-31 Adam Megaczre-order type arguments to GArrowProd
2011-05-31 Adam Megaczadd Arrow=>GArrowProd instance
2011-05-31 Adam Megaczadd ArrowChoice=>GArrowSum instance
2011-05-31 Adam Megaczfix incorrect type on GArrowCurry
2011-05-31 Adam Megaczfinal revision to GArrow classes
2011-05-31 Adam Megaczadjust some of the names in GHC.HetMet.GArrow
2011-05-31 Adam Megaczmove the (Arrow a)=>(GArrow a (,)) instance to a separa...
2011-05-31 Adam Megaczmake Control.Category a superclass of GArrow
2011-05-31 Adam Megaczadd Control.Category instance for GArrow
2011-05-31 Adam Megaczadd GArrow instance for Control.Arrow
2011-05-31 Adam Megaczimprove comments in GHC.HetMet.GArrow
2011-05-31 Adam Megaczmigrate HetMet base changes to git repo