| Copyright | (c) Erich Gut |
|---|---|
| License | BSD3 |
| Maintainer | zerich.gut@gmail.com |
| Safe Haskell | None |
| Language | Haskell2010 |
OAlg.Category.Map
Description
categoris of mappings.
Documentation
mapping between s-structures.
Instances
| ApplicativeG Set (Map EntOrd) (->) Source # | |||||
| ApplicativeG Set (Map Ord') (->) Source # | |||||
| ApplicativeG [] (Map s) (->) Source # | |||||
Defined in OAlg.Category.Map | |||||
| FunctorialG Set (Map EntOrd) (->) Source # | |||||
Defined in OAlg.Entity.Sequence.Set | |||||
| FunctorialG Set (Map Ord') (->) Source # | |||||
Defined in OAlg.Entity.Sequence.Set | |||||
| FunctorialG [] (Map s) (->) Source # | |||||
Defined in OAlg.Category.Map | |||||
| Category (Map s) Source # | |||||
| Morphism (Map s) Source # | |||||
Defined in OAlg.Category.Map Associated Types
Methods homomorphous :: Map s x y -> Homomorphous (ObjectClass (Map s)) x y Source # domain :: Map s x y -> Struct (ObjectClass (Map s)) x Source # range :: Map s x y -> Struct (ObjectClass (Map s)) y Source # | |||||
| type ObjectClass (Map s) Source # | |||||
Defined in OAlg.Category.Map | |||||