File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
generic-diff/src/Generics/Diff Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ such as lists (see 'ListDiffError'), or even user-defined types that internally
8181or have unusual 'Eq' instances. In this case we can implement an instance of 'SpecialDiff' for the
8282type.
8383
84- For concrete examples implementing 'SpecialDiff' on types from "containers", see the
85- [examples/containers- instances](https://github.com/fpringle /generic-diff/tree/main/examples/containers -instances)
84+ For concrete implementations of 'SpecialDiff' on types from "containers", see
85+ [generic-diff- instances](https://hackage.haskell.org/package /generic-diff-instances).
8686directory.
8787-}
8888class (Show (SpecialDiffError a ), Eq (SpecialDiffError a )) => SpecialDiff a where
You can’t perform that action at this time.
0 commit comments