- Renamed
Cotambara
toTambaraChoice
andPastro
toPastroChoice
. - Added a true
Cotambara
andCopastro
construction for (co)freely generating costrength, along withCotambaraSum
andCopastroSum
variants. - Engaged in a fair bit of bikeshedding about the module structure for lesser used modules in this package.
- Added
Prep
andCoprep
along with witnesses to the adjunctionsPrep -| Star : [Hask,Hask] -> Prof
andCoprep -| Costar : [Hask,Hask]^op -> Prof
.
- Add proper support for GHC 7.0+.
instance Costrong (Cokleisli f)
.instance Cochoice (Star f)
.- Changed the instance for
Cochoice (Costar f)
.
- MINIMAL pragma for
Costrong
andCochoice
. - More
Costrong
andCochoice
instances.
- Documentation fix
UpStar
andDownStar
have becomeStar
andCostar
.Star
is analogous toKleisli
,Costar
is analogous toCokleisli
.- Split representability into sieves and representability.
- Moved
Data.Profunctor.Collage
tosemigroupoids
5, and removed thesemigroupoids
dependency. - Rather greatly widened the range of GHC versions we can support.
- Using
SafeHaskell
, GHC 7.8+Data.Profunctor.Unsafe
now infers asTrustworthy
and many more modules now infer asSafe
. - We now build warning-free on GHC 7.10.0.20150307
- Added
Coercible
constraint to (#.) and (.#) when building with GHC 7.8 Strong
is now a superclass ofRepresentable
- Updated the URL of the "Arrows are Strong Monads" paper. The old URL is now a dead link.
- Added some missing instances for
UpStar
andDownStar
.
- Removed the non law-abiding instance for
Closed (Forget r)
Forget
isRepresentable
- MINIMAL pragmas
- Avoided using 'type' in the export list, as that doesn't work on 7.4.
- Renamed
-|
toProfunctorAdjunction
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.
- 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'
- Added
Data.Profunctor.Lift
containing the left Kan lift of a profunctor.
- Added
assoc
toData.Profunctor.Composition
so that we have all 3 associators.
- Merged the contents of
profunctor-extras
intoprofunctors
.
- Added
instance Choice (Upstar f)
and introducedForget
.
- Renamed
Lenticular
andPrismatic
toStrong
andChoice
, and restructured them.
- Removed upper bounds on my own intra-package dependencies
- Added Documentation!
- Added
Lenticular
andPrismatic
Profunctors
- instance Profunctor Tagged
- Updated version number to match the rest of my libraries