| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Generics.Diff.Special.Seq
Contents
Description
A worked example of implementing SpecialDiff (and thereby Diff) for Seqs.
Orphan instances
| Diff a => Diff (Seq a) Source # | |
| Diff a => SpecialDiff (Seq a) Source # | Just as with the instance for lists or non-empty lists (see Generics.Diff.Special.List),
we can use |
Associated Types type SpecialDiffError (Seq a) # Methods specialDiff :: Seq a -> Seq a -> Maybe (SpecialDiffError (Seq a)) # renderSpecialDiffError :: SpecialDiffError (Seq a) -> Doc # | |