-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor ActionT to use ReaderT pattern (#314)
* WIP refactor ActionT * version bump to 0.20 and update changelog * apply review suggestions and add throw convenience function * split out handling of StatusError from ActionError * add tests that catch parameter type mismatch exceptions * cleanup unused module imports * mconcat is in scope by default nowadays * comments for throw * v 0.20 --------- Co-authored-by: Marco Zocca <[email protected]>
- Loading branch information
Showing
21 changed files
with
584 additions
and
466 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.