| Copyright | Guillaume Sabbagh 2021 |
|---|---|
| License | GPL-3 |
| Maintainer | guillaumesabbagh@protonmail.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Subcategories.FullSubcategory
Description
Full subcategory a category C.
Synopsis
- data FullSubcategory c m o = FullSubcategory c [o]
Documentation
data FullSubcategory c m o Source #
The datatype for full subcategories of a given category containing given objects.
Constructors
| FullSubcategory c [o] |