Skip to content

Commit

Permalink
Add Ior Monad Transformer (#1977)
Browse files Browse the repository at this point in the history
* Create IorT class

* Create IorT companion object

* Create IorT instances

* Use test naming standard for IorT

* Add more functions to IorT

* Add mapK to IorT

* Add .condF to IorT

* First attempt at IorT docs

* Update CONTRIBUTING to install latest of jekyll with apt

* Switch priority of MonadError instances for IorT

* Add liftK to IorT
  • Loading branch information
frroliveira authored and kailuowang committed Nov 22, 2017
1 parent 9325184 commit ab5433e
Show file tree
Hide file tree
Showing 6 changed files with 1,145 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ run `sbt docs/makeMicrosite`

yum install jekyll

apt-get install jekyll
apt-get install ruby-full; gem install jekyll

gem install jekyll

Expand Down
Loading

0 comments on commit ab5433e

Please sign in to comment.