cifl-math-library-1.1.1.0: Math libraries
Safe HaskellSafe
LanguageHaskell2010

Math.Graph.Show

Description

The module contains only Show and PpShow instances for graphs.

Orphan instances

(Ord a, PpShow a) => Show (Graph (Four :: Type -> Type -> Type) a) Source # 
Instance details

Methods

showsPrec :: Int -> Graph Four a -> ShowS #

show :: Graph Four a -> String #

showList :: [Graph Four a] -> ShowS #

(Ord a, PpShow a) => Show (Graph (Three :: Type -> Type -> Type) a) Source # 
Instance details

Methods

showsPrec :: Int -> Graph Three a -> ShowS #

show :: Graph Three a -> String #

showList :: [Graph Three a] -> ShowS #

(Binary a, Ord a) => Binary (Graph (Three :: Type -> Type -> Type) a) Source # 
Instance details

Methods

put :: Graph Three a -> Put #

get :: Get (Graph Three a) #

putList :: [Graph Three a] -> Put #

(Ord a, PpShow a) => PpShow (Graph (Four :: Type -> Type -> Type) a) Source # 
Instance details

Methods

pp :: Graph Four a -> Doc Source #

(Ord a, PpShow a) => PpShow (Graph (Three :: Type -> Type -> Type) a) Source # 
Instance details

Methods

pp :: Graph Three a -> Doc Source #