darcs-2.5: a distributed, interactive, smart revision control system

Darcs.Witnesses.Show

Documentation

data ShowDict a whereSource

Constructors

ShowDictClass :: Show a => ShowDict a 
ShowDictRecord :: (Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> ShowDict a 

class Show1 a whereSource

Instances

Show2 p => Show1 (Non p) 

class Show2 a whereSource

Instances

Show2 Prim 
Show2 Patch 
Show2 RealPatch 
Show2 a => Show2 (FL a) 
(Show2 a, Show2 b) => Show2 (:\/: a b) 
(Show2 a, Show2 b) => Show2 (:> a b) 

show1 :: Show1 a => a -> StringSource

show2 :: Show2 a => a -> StringSource

showOp2 :: (Show2 a, Show2 b) => Int -> String -> Int -> a -> b -> String -> StringSource