Skip to content

Commit 516a803

Browse files
committed
fix default signature link
1 parent 0df0af3 commit 516a803

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/constrained-generators/DesignPrinciples.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,8 +1785,9 @@ It is possible to write a single `HasSpec` instance for all tuples. But this add
17851785
of complexity to the system.
17861786

17871787
1. It needs to handle definitions using Derive-Generics
1788-
2. It needs to understand how to handle arbitray Sum-of-Products
1789-
3. It needs to provide default method instances that use [Default method signatures]("https://downloads.haskell.org/ghc/9.0.1/docs/html/users_guide/exts/default_signatures.html") for every method of HasSpec.
1788+
2. It needs to understand how to handle arbitrary Sum-of-Products
1789+
3. It needs to provide default method instances that use
1790+
[Default method signatures](https://downloads.haskell.org/ghc/9.0.1/docs/html/users_guide/exts/default_signatures.html) for every method of `HasSpec`.
17901791

17911792
The amount of extra code is very large, and actually hides the the important ideas behind
17921793
the Design Principles we discuss in this document. So we have factored it out of the code for

0 commit comments

Comments
 (0)