| Copyright | Guillaume Sabbagh 2022 | 
|---|---|
| License | GPL-3 | 
| Maintainer | guillaumesabbagh@protonmail.com | 
| Stability | experimental | 
| Portability | portable | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Math.FiniteCategories.Parallel
Description
The Parallel category contains two objects A and B and two morphisms F : A -> BG : A -> B
Synopsis
- data ParallelOb
- data ParallelAr
- data Parallel = Parallel
Documentation
data ParallelOb Source #
Objects of the Parallel category.
Instances
data ParallelAr Source #
Morphisms of the Parallel category.
Constructors
| ParallelIdA | |
| ParallelIdB | |
| ParallelF | |
| ParallelG | 
Instances
The Parallel category.
Constructors
| Parallel | 
Instances
| PrettyPrint Parallel Source # | |
| Defined in Math.FiniteCategories.Parallel | |
| Simplifiable Parallel Source # | |
| Defined in Math.FiniteCategories.Parallel | |
| Generic Parallel Source # | |
| Show Parallel Source # | |
| Eq Parallel Source # | |
| Category Parallel ParallelAr ParallelOb Source # | |
| Defined in Math.FiniteCategories.Parallel Methods identity :: Parallel -> ParallelOb -> ParallelAr Source # ar :: Parallel -> ParallelOb -> ParallelOb -> Set ParallelAr Source # genAr :: Parallel -> ParallelOb -> ParallelOb -> Set ParallelAr Source # decompose :: Parallel -> ParallelAr -> [ParallelAr] Source # | |
| FiniteCategory Parallel ParallelAr ParallelOb Source # | |
| Defined in Math.FiniteCategories.Parallel | |
| type Rep Parallel Source # | |
| Defined in Math.FiniteCategories.Parallel type Rep Parallel = D1 ('MetaData "Parallel" "Math.FiniteCategories.Parallel" "FiniteCategories-0.6.4.0-inplace" 'False) (C1 ('MetaCons "Parallel" 'PrefixI 'False) (U1 :: Type -> Type)) | |