Ian Hofmann-Hicks

Results 13 issues of Ian Hofmann-Hicks

We should have some Guides to address some of the terminology and theory used in this library. The doumentation should provide the following guides - [ ] Type Signatures -...

documentation

## Been wanting for a long time ![image](https://user-images.githubusercontent.com/3665793/34144587-0be2ab1a-e447-11e7-945e-b2dc6f68de59.png) Implement to initial `Store` datatype, will circle back on StoreT using [this def](https://hackage.haskell.org/package/comonad-5.0.2/docs/Control-Comonad-Trans-Store.html#t:StoreT)

feature

## Costar is not the same as a co-star ![image](https://user-images.githubusercontent.com/3665793/34318538-a0cd4f06-e77f-11e7-8ba9-9ac0d5b335ff.png) Want to add [this definition](https://hackage.haskell.org/package/profunctors-5.2.1/docs/Data-Profunctor.html#t:Costar) implementing: * `Profunctor (Costar f)` * `Costrong (Costar f)` * no `both` like we can...

feature