PrettyPrintable Char Source # | |
Instance detailsDefined in IO.PrettyPrint |
PrettyPrintable Double Source # | |
Instance detailsDefined in IO.PrettyPrint |
PrettyPrintable Int Source # | |
Instance detailsDefined in IO.PrettyPrint |
PrettyPrintable Text Source # | |
Instance detailsDefined in IO.PrettyPrint |
PrettyPrintable Zero Source # | |
Instance detailsDefined in UsualCategories.Zero |
PrettyPrintable V Source # | |
Instance detailsDefined in UsualCategories.V |
PrettyPrintable VAr Source # | |
Instance detailsDefined in UsualCategories.V |
PrettyPrintable VOb Source # | |
Instance detailsDefined in UsualCategories.V |
PrettyPrintable Two Source # | |
Instance detailsDefined in UsualCategories.Two |
PrettyPrintable TwoAr Source # | |
Instance detailsDefined in UsualCategories.Two |
PrettyPrintable TwoOb Source # | |
Instance detailsDefined in UsualCategories.Two |
PrettyPrintable Three Source # | |
Instance detailsDefined in UsualCategories.Three |
PrettyPrintable ThreeAr Source # | |
Instance detailsDefined in UsualCategories.Three |
PrettyPrintable ThreeOb Source # | |
Instance detailsDefined in UsualCategories.Three |
PrettyPrintable Square Source # | |
Instance detailsDefined in UsualCategories.Square |
PrettyPrintable SquareAr Source # | |
Instance detailsDefined in UsualCategories.Square |
PrettyPrintable SquareOb Source # | |
Instance detailsDefined in UsualCategories.Square |
PrettyPrintable Parallel Source # | |
Instance detailsDefined in UsualCategories.Parallel |
PrettyPrintable ParallelAr Source # | |
Instance detailsDefined in UsualCategories.Parallel |
PrettyPrintable ParallelOb Source # | |
Instance detailsDefined in UsualCategories.Parallel |
PrettyPrintable One Source # | |
Instance detailsDefined in UsualCategories.One |
PrettyPrintable Hat Source # | |
Instance detailsDefined in UsualCategories.Hat |
PrettyPrintable HatAr Source # | |
Instance detailsDefined in UsualCategories.Hat |
PrettyPrintable HatOb Source # | |
Instance detailsDefined in UsualCategories.Hat |
PrettyPrintable a => PrettyPrintable [a] Source # | |
Instance detailsDefined in IO.PrettyPrint |
PrettyPrintable a => PrettyPrintable (Maybe a) Source # | |
Instance detailsDefined in IO.PrettyPrint |
PrettyPrintable a => PrettyPrintable (Set a) Source # | |
Instance detailsDefined in IO.PrettyPrint |
PrettyPrintable a => PrettyPrintable (DiscreteCategory a) Source # | |
Instance detailsDefined in UsualCategories.DiscreteCategory |
PrettyPrintable a => PrettyPrintable (DiscreteIdentity a) Source # | |
Instance detailsDefined in UsualCategories.DiscreteCategory |
PrettyPrintable a => PrettyPrintable (DiscreteObject a) Source # | |
Instance detailsDefined in UsualCategories.DiscreteCategory |
PrettyPrintable a => PrettyPrintable (FinOrdSet a) Source # | |
Instance detailsDefined in Set.FinOrdSet |
(PrettyPrintable a, Ord a) => PrettyPrintable (FinOrdMap a) Source # | |
Instance detailsDefined in Set.FinOrdSet |
PrettyPrintable a => PrettyPrintable (FinSetCat a) Source # | |
Instance detailsDefined in Set.FinSet |
(PrettyPrintable a, Eq a) => PrettyPrintable (FinMap a) Source # | |
Instance detailsDefined in Set.FinSet |
PrettyPrintable a => PrettyPrintable (FinSet a) Source # | |
Instance detailsDefined in Set.FinSet |
(PrettyPrintable a, PrettyPrintable b) => PrettyPrintable (Either a b) Source # | |
Instance detailsDefined in IO.PrettyPrint |
(PrettyPrintable a, PrettyPrintable b) => PrettyPrintable (a, b) Source # | |
Instance detailsDefined in IO.PrettyPrint |
(Ord k, PrettyPrintable k, PrettyPrintable a) => PrettyPrintable (Map k a) Source # | |
Instance detailsDefined in IO.PrettyPrint |
(Show m, Show o) => PrettyPrintable (FiniteCategoryError m o) Source # | |
Instance detailsDefined in FiniteCategory.FiniteCategory |
(PrettyPrintable o1, PrettyPrintable o2) => PrettyPrintable (ProductObject o1 o2) Source # | |
Instance detailsDefined in ProductCategory.ProductCategory |
PrettyPrintable m => PrettyPrintable (OppositeMorphism m o) Source # | |
Instance detailsDefined in OppositeCategory.OppositeCategory |
(PrettyPrintable a, PrettyPrintable b, Eq a, Eq b) => PrettyPrintable (CompositionGraph a b) Source # | |
Instance detailsDefined in CompositionGraph.CompositionGraph |
(PrettyPrintable a, PrettyPrintable b, Eq a, Eq b) => PrettyPrintable (CGMorphism a b) Source # | |
Instance detailsDefined in CompositionGraph.CompositionGraph |
(PrettyPrintable a, PrettyPrintable b, Eq a, Eq b) => PrettyPrintable (SafeCompositionGraph a b) Source # | |
Instance detailsDefined in CompositionGraph.SafeCompositionGraph |
(PrettyPrintable a, PrettyPrintable b, Eq a, Eq b) => PrettyPrintable (SCGMorphism a b) Source # | |
Instance detailsDefined in CompositionGraph.SafeCompositionGraph |
(PrettyPrintable a, PrettyPrintable b, PrettyPrintable c) => PrettyPrintable (a, b, c) Source # | |
Instance detailsDefined in IO.PrettyPrint |
(PrettyPrintable c, PrettyPrintable o) => PrettyPrintable (FullSubcategory c m o) Source # | |
Instance detailsDefined in Subcategories.FullSubcategory |
PrettyPrintable c => PrettyPrintable (OppositeCategory c m o) Source # | |
Instance detailsDefined in OppositeCategory.OppositeCategory |
(FiniteCategory c m o, Morphism m o, PrettyPrintable c, PrettyPrintable m, PrettyPrintable o, Eq m, Eq o) => PrettyPrintable (FinFunctor c m o) Source # | |
Instance detailsDefined in Cat.FinCat |
(FiniteCategory c m o, Morphism m o, PrettyPrintable c, PrettyPrintable m, PrettyPrintable o, Eq m, Eq o) => PrettyPrintable (PartialFunctor c m o) Source # | |
Instance detailsDefined in Cat.PartialFinCat |
PrettyPrintable c => PrettyPrintable (LeftCone c m o) Source # | |
Instance detailsDefined in ConeCategory.LeftCone |
(PrettyPrintable o1, PrettyPrintable o2, PrettyPrintable m3) => PrettyPrintable (CommaObject o1 o2 m3) Source # | |
Instance detailsDefined in CommaCategory.CommaCategory |
(PrettyPrintable m1, PrettyPrintable m2) => PrettyPrintable (ProductMorphism m1 o1 m2 o2) Source # | |
Instance detailsDefined in ProductCategory.ProductCategory |
(PrettyPrintable m1, PrettyPrintable m2) => PrettyPrintable (CommaMorphism o1 o2 m1 m2 m3) Source # | |
Instance detailsDefined in CommaCategory.CommaCategory |
(FiniteCategory c1 m1 o1, Morphism m1 o1, PrettyPrintable m1, PrettyPrintable o1, Eq m1, Eq o1, PrettyPrintable c1, FiniteCategory c2 m2 o2, Morphism m2 o2, PrettyPrintable m2, PrettyPrintable o2, PrettyPrintable c2) => PrettyPrintable (Diagram c1 m1 o1 c2 m2 o2) Source # | |
Instance detailsDefined in Diagram.Diagram |
(PrettyPrintable c1, PrettyPrintable c2) => PrettyPrintable (FunctorCategory c1 m1 o1 c2 m2 o2) Source # | |
Instance detailsDefined in FunctorCategory.FunctorCategory |
(FiniteCategory c1 m1 o1, Morphism m1 o1, PrettyPrintable c1, PrettyPrintable m1, PrettyPrintable o1, Eq m1, Eq o1, FiniteCategory c2 m2 o2, Morphism m2 o2, PrettyPrintable c2, PrettyPrintable m2, PrettyPrintable o2) => PrettyPrintable (NaturalTransformation c1 m1 o1 c2 m2 o2) Source # | |
Instance detailsDefined in FunctorCategory.FunctorCategory |
(PrettyPrintable c1, PrettyPrintable m1, PrettyPrintable o1, PrettyPrintable c2, PrettyPrintable m2, PrettyPrintable o2, PrettyPrintable c3, PrettyPrintable m3, PrettyPrintable o3, FiniteCategory c1 m1 o1, FiniteCategory c2 m2 o2, FiniteCategory c3 m3 o3, Morphism m1 o1, Morphism m2 o2, Morphism m3 o3, Eq m1, Eq o1, Eq m2, Eq o2) => PrettyPrintable (CommaCategory c1 m1 o1 c2 m2 o2 c3 m3 o3) Source # | |
Instance detailsDefined in CommaCategory.CommaCategory |