add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / GHC / HetMet /
2012-04-14 Adam Megaczadd GHC.HetMet.{hetmet_kappa,hetmet_kappa_app} master
2012-04-04 Adam Megaczmove GArrow from GHC.HetMet to Control
2012-04-04 Adam Megaczrename classes to create GArrowCopyDropSwap[Loop]
2012-04-04 Adam Megaczswap <[]> and <{}> syntax
2012-04-04 Adam Megaczcomment out references to module not implemented yet
2012-04-04 Adam MegaczGArrowFullyEnriched: minimize context of the data decla...
2011-08-29 Adam MegaczGArrowFullyEnriched: clean up imports and context
2011-06-22 Adam MegaczIGArrow: major cleanup, finished instance IKappa (->)
2011-06-22 Adam MegaczGArrowFullyEnriched: avoid need for UndecidableInstances
2011-06-22 Adam Megaczadjust GArrow class fundeps to make meeting the Coverag...
2011-06-22 Adam Megaczclean up LANGUAGE pragma in GArrow.hs
2011-06-21 Adam MegaczIGArrow: some improvements
2011-06-21 Adam MegaczGArrowFullyEnriched: better algorithm, avoids drop...
2011-06-20 Adam Megaczmove things out of GHC.HetMet.CodeTypes into GHC.HetMet...
2011-06-20 Adam Megaczadd IGArrow: internal GArrows
2011-06-20 Adam Megaczrename GArrowKappa to GArrowFullyEnriched
2011-06-20 Adam Megaczremove GArrowInstances
2011-06-02 Adam Megaczadd GArrowSTKCL for flattening of fixpoints
2011-06-02 Adam MegaczArrow.hs: fix loopl/loopr transposition
2011-05-31 Adam Megaczadd GArrowKappa
2011-05-31 Adam Megaczfix type mistake in CodeTypes.hs
2011-05-31 Adam Megaczenable argument types in pga_{un}flatten
2011-05-31 Adam Megaczadd GArrowTensor, GArrowUnit, and GArrowExponent which...
2011-05-31 Adam Megaczadd hetmet_unflatten
2011-05-31 Adam Megaczadd support for hetmet_flatten casting variable
2011-05-31 Adam Megaczupdate GHC.HetMet.CodeTypes using *->*->* as the kind...
2011-05-31 Adam MegaczPrivate.hs: make datacon name different from tycon...
2011-05-31 Adam Megaczadd experimental GArrowKappa
2011-05-31 Adam Megaczadd first draft of GHC.HetMet.Private
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 Megaczremove unnecessary testing definition from CodeTypes.hs
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