Skip to content

Commit e923c3a

Browse files
committed
Fix a haddock comment refering to the old examples/ directory
1 parent 8c35702 commit e923c3a

File tree

1 file changed

+2
-2
lines changed
  • generic-diff/src/Generics/Diff

1 file changed

+2
-2
lines changed

generic-diff/src/Generics/Diff/Type.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ such as lists (see 'ListDiffError'), or even user-defined types that internally
8181
or have unusual 'Eq' instances. In this case we can implement an instance of 'SpecialDiff' for the
8282
type.
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).
8686
directory.
8787
-}
8888
class (Show (SpecialDiffError a), Eq (SpecialDiffError a)) => SpecialDiff a where

0 commit comments

Comments
 (0)