Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solomon-b/monoidal-functors
A library encoding monoidal functors and related structures in Haskell.
https://github.com/solomon-b/monoidal-functors
category-theory haskell monoidal-categories
Last synced: 9 days ago
JSON representation
A library encoding monoidal functors and related structures in Haskell.
- Host: GitHub
- URL: https://github.com/solomon-b/monoidal-functors
- Owner: solomon-b
- License: mit
- Created: 2021-04-20T01:26:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T04:10:39.000Z (9 months ago)
- Last Synced: 2024-10-12T23:25:56.489Z (25 days ago)
- Topics: category-theory, haskell, monoidal-categories
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/monoidal-functors
- Size: 335 KB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Monoidal Functors
=================[![monoidal-functors::CI](https://github.com/solomon-b/monoidal-functors/actions/workflows/nix.yml/badge.svg)](https://github.com/solomon-b/monoidal-functors/actions/workflows/nix.yml)
A monoidal functor is a functor between monoidal categories that
preserves the monoidal structure.This library encodes monoidal functors and related structures in
Haskell.