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

Safe HaskellNone
LanguageHaskell2010

Darcs.Patch.Witnesses.Show

Documentation

class Show1 a where Source #

Minimal complete definition

Nothing

Methods

showDict1 :: Dict (Show (a wX)) Source #

showDict1 :: Show (a wX) => ShowDict (a wX) Source #

Instances
Show2 p => Show1 (Contexted p) Source # 
Instance details

Defined in Darcs.Patch.V3.Contexted

Methods

showDict1 :: Dict (Show (Contexted p wX)) Source #

Show1 (Prim wX) Source # 
Instance details

Defined in Darcs.Patch.Prim.V1.Show

Methods

showDict1 :: Dict (Show (Prim wX wX0)) Source #

Show1 (Prim wX) Source # 
Instance details

Defined in Darcs.Patch.Prim.FileUUID.Core

Methods

showDict1 :: Dict (Show (Prim wX wX0)) Source #

Show1 (Hunk wX) Source # 
Instance details

Defined in Darcs.Patch.Prim.FileUUID.Core

Methods

showDict1 :: Dict (Show (Hunk wX wX0)) Source #

(Show2 p, Show2 (PrimOf p)) => Show1 (Non p) Source # 
Instance details

Defined in Darcs.Patch.V2.Non

Methods

showDict1 :: Dict (Show (Non p wX)) Source #

Show1 (RebaseName wX) Source # 
Instance details

Defined in Darcs.Patch.Rebase.Name

Methods

showDict1 :: Dict (Show (RebaseName wX wX0)) Source #

Show1 (Prim wX) Source # 
Instance details

Defined in Darcs.Patch.V2.Prim

Methods

showDict1 :: Dict (Show (Prim wX wX0)) Source #

Show1 (Prim wX) Source # 
Instance details

Defined in Darcs.Patch.V1.Prim

Methods

showDict1 :: Dict (Show (Prim wX wX0)) Source #

Show2 a => Show1 (RL a wX) Source # 
Instance details

Defined in Darcs.Patch.Witnesses.Ordered

Methods

showDict1 :: Dict (Show (RL a wX wX0)) Source #

Show2 a => Show1 (FL a wX) Source # 
Instance details

Defined in Darcs.Patch.Witnesses.Ordered

Methods

showDict1 :: Dict (Show (FL a wX wX0)) Source #

Show2 prim => Show1 (RepoPatchV1 prim wX) Source # 
Instance details

Defined in Darcs.Patch.V1.Core

Methods

showDict1 :: Dict (Show (RepoPatchV1 prim wX wX0)) Source #

Show2 prim => Show1 (Unwound prim wX) Source # 
Instance details

Defined in Darcs.Patch.Unwind

Methods

showDict1 :: Dict (Show (Unwound prim wX wX0)) Source #

Show2 prim => Show1 (RepoPatchV2 prim wX) Source # 
Instance details

Defined in Darcs.Patch.V2.RepoPatch

Methods

showDict1 :: Dict (Show (RepoPatchV2 prim wX wX0)) Source #

Show2 p => Show1 (Named p wX) Source # 
Instance details

Defined in Darcs.Patch.Named

Methods

showDict1 :: Dict (Show (Named p wX wX0)) Source #

Show2 prim => Show1 (RebaseFixup prim wX) Source # 
Instance details

Defined in Darcs.Patch.Rebase.Fixup

Methods

showDict1 :: Dict (Show (RebaseFixup prim wX wX0)) Source #

Show2 prim => Show1 (RebaseChange prim wX) Source # 
Instance details

Defined in Darcs.Patch.Rebase.Change

Methods

showDict1 :: Dict (Show (RebaseChange prim wX wX0)) Source #

(Show2 p, Show2 (PrimOf p)) => Show1 (RebaseItem p wX) Source # 
Instance details

Defined in Darcs.Patch.Rebase.Legacy.Item

Methods

showDict1 :: Dict (Show (RebaseItem p wX wX0)) Source #

(Show2 p, Show2 (PrimOf p)) => Show1 (Suspended p wX) Source # 
Instance details

Defined in Darcs.Patch.Rebase.Suspended

Methods

showDict1 :: Dict (Show (Suspended p wX wX0)) Source #

(Show2 a, Show2 b) => Show1 ((a :> b) wX) Source # 
Instance details

Defined in Darcs.Patch.Witnesses.Ordered

Methods

showDict1 :: Dict (Show ((a :> b) wX wX0)) Source #

Show2 p => Show1 (PatchInfoAnd rt p wX) Source # 
Instance details

Defined in Darcs.Patch.PatchInfoAnd

Methods

showDict1 :: Dict (Show (PatchInfoAnd rt p wX wX0)) Source #

Show2 p => Show1 (Tagged rt p wX) Source # 
Instance details

Defined in Darcs.Patch.Set

Methods

showDict1 :: Dict (Show (Tagged rt p wX wX0)) Source #

Show2 p => Show1 (PatchSet rt p wStart) Source # 
Instance details

Defined in Darcs.Patch.Set

Methods

showDict1 :: Dict (Show (PatchSet rt p wStart wX)) Source #

Show2 p => Show1 (WrappedNamed rt p wX) Source # 
Instance details

Defined in Darcs.Patch.Named.Wrapped

Methods

showDict1 :: Dict (Show (WrappedNamed rt p wX wX0)) Source #

(Show2 p, Show name) => Show1 (PrimWithName name p wX) Source # 
Instance details

Defined in Darcs.Patch.Prim.WithName

Methods

showDict1 :: Dict (Show (PrimWithName name p wX wX0)) Source #

(Show name, Show2 prim) => Show1 (RepoPatchV3 name prim wX) Source # 
Instance details

Defined in Darcs.Patch.V3.Core

Methods

showDict1 :: Dict (Show (RepoPatchV3 name prim wX wX0)) Source #

class Show2 a where Source #

Minimal complete definition

Nothing

Methods

showDict2 :: ShowDict (a wX wY) Source #

showDict2 :: Show (a wX wY) => ShowDict (a wX wY) Source #

Instances
Show2 Prim Source # 
Instance details

Defined in Darcs.Patch.Prim.V1.Show

Methods

showDict2 :: ShowDict (Prim wX wY) Source #

Show2 Prim Source # 
Instance details

Defined in Darcs.Patch.Prim.FileUUID.Core

Methods

showDict2 :: ShowDict (Prim wX wY) Source #

Show2 Hunk Source # 
Instance details

Defined in Darcs.Patch.Prim.FileUUID.Core

Methods

showDict2 :: ShowDict (Hunk wX wY) Source #

Show2 RebaseName Source # 
Instance details

Defined in Darcs.Patch.Rebase.Name

Methods

showDict2 :: ShowDict (RebaseName wX wY) Source #

Show2 Prim Source # 
Instance details

Defined in Darcs.Patch.V2.Prim

Methods

showDict2 :: ShowDict (Prim wX wY) Source #

Show2 Prim Source # 
Instance details

Defined in Darcs.Patch.V1.Prim

Methods

showDict2 :: ShowDict (Prim wX wY) Source #

Show2 a => Show2 (RL a) Source # 
Instance details

Defined in Darcs.Patch.Witnesses.Ordered

Methods

showDict2 :: ShowDict (RL a wX wY) Source #

Show2 a => Show2 (FL a) Source # 
Instance details

Defined in Darcs.Patch.Witnesses.Ordered

Methods

showDict2 :: ShowDict (FL a wX wY) Source #

Show2 prim => Show2 (RepoPatchV1 prim) Source # 
Instance details

Defined in Darcs.Patch.V1.Core

Methods

showDict2 :: ShowDict (RepoPatchV1 prim wX wY) Source #

Show2 prim => Show2 (Unwound prim) Source # 
Instance details

Defined in Darcs.Patch.Unwind

Methods

showDict2 :: ShowDict (Unwound prim wX wY) Source #

Show2 prim => Show2 (RepoPatchV2 prim) Source # 
Instance details

Defined in Darcs.Patch.V2.RepoPatch

Methods

showDict2 :: ShowDict (RepoPatchV2 prim wX wY) Source #

Show2 p => Show2 (Named p) Source # 
Instance details

Defined in Darcs.Patch.Named

Methods

showDict2 :: ShowDict (Named p wX wY) Source #

Show2 prim => Show2 (RebaseFixup prim) Source # 
Instance details

Defined in Darcs.Patch.Rebase.Fixup

Methods

showDict2 :: ShowDict (RebaseFixup prim wX wY) Source #

Show2 prim => Show2 (RebaseChange prim) Source # 
Instance details

Defined in Darcs.Patch.Rebase.Change

Methods

showDict2 :: ShowDict (RebaseChange prim wX wY) Source #

(Show2 p, Show2 (PrimOf p)) => Show2 (RebaseItem p) Source # 
Instance details

Defined in Darcs.Patch.Rebase.Legacy.Item

Methods

showDict2 :: ShowDict (RebaseItem p wX wY) Source #

(Show2 p, Show2 (PrimOf p)) => Show2 (Suspended p) Source # 
Instance details

Defined in Darcs.Patch.Rebase.Suspended

Methods

showDict2 :: ShowDict (Suspended p wX wY) Source #

(Show2 a, Show2 b) => Show2 (a :/\: b) Source # 
Instance details

Defined in Darcs.Patch.Witnesses.Ordered

Methods

showDict2 :: ShowDict ((a :/\: b) wX wY) Source #

(Show2 a, Show2 b) => Show2 (a :\/: b) Source # 
Instance details

Defined in Darcs.Patch.Witnesses.Ordered

Methods

showDict2 :: ShowDict ((a :\/: b) wX wY) Source #

(Show2 a, Show2 b) => Show2 (a :> b) Source # 
Instance details

Defined in Darcs.Patch.Witnesses.Ordered

Methods

showDict2 :: ShowDict ((a :> b) wX wY) Source #

Show2 p => Show2 (PatchInfoAnd rt p) Source # 
Instance details

Defined in Darcs.Patch.PatchInfoAnd

Methods

showDict2 :: ShowDict (PatchInfoAnd rt p wX wY) Source #

Show2 p => Show2 (Tagged rt p) Source # 
Instance details

Defined in Darcs.Patch.Set

Methods

showDict2 :: ShowDict (Tagged rt p wX wY) Source #

Show2 p => Show2 (PatchSet rt p) Source # 
Instance details

Defined in Darcs.Patch.Set

Methods

showDict2 :: ShowDict (PatchSet rt p wX wY) Source #

Show2 p => Show2 (WrappedNamed rt p) Source # 
Instance details

Defined in Darcs.Patch.Named.Wrapped

Methods

showDict2 :: ShowDict (WrappedNamed rt p wX wY) Source #

(Show2 p, Show name) => Show2 (PrimWithName name p) Source # 
Instance details

Defined in Darcs.Patch.Prim.WithName

Methods

showDict2 :: ShowDict (PrimWithName name p wX wY) Source #

(Show name, Show2 prim) => Show2 (RepoPatchV3 name prim) Source # 
Instance details

Defined in Darcs.Patch.V3.Core

Methods

showDict2 :: ShowDict (RepoPatchV3 name prim wX wY) Source #

show1 :: Show1 a => a wX -> String Source #

showsPrec1 :: Show1 a => Int -> a wX -> ShowS Source #

show2 :: Show2 a => a wX wY -> String Source #

showsPrec2 :: Show2 a => Int -> a wX wY -> ShowS Source #

showOp2 :: (Show2 a, Show2 b) => Int -> String -> Int -> a wW wX -> b wY wZ -> String -> String Source #