-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds Monoidal Functor instances for Bot and ListT (#86)
* Adds Monoidal Functor instances * Update nixpkgs * Adds Monoidal Functor instances for ListT * Use ListT Semigroupal instances in Bot * Fix recursive case of `combine @(->) @These @(,) (ListT m)` * Rewrite `/\` to operate on different inputs. * Update monoidal-functors and matrix-client dependencies. * Rewrite ListT monoidal-functors instances to use Deriving Via. * Fix ListT Applicative and Alternative instances * Adds hedghehog-classes tests * Updates monoidal-functors pin in flake.nix * Drop GHC8 from CI and update GHC9 versions in CI.
- Loading branch information
Showing
12 changed files
with
322 additions
and
130 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
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
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.