Skip to content

Commit 425a55f

Browse files
committed
fix over-deletion typo
1 parent 976f7ea commit 425a55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/chapter6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ The following newtype represents a complex number:
378378
{{#include ../exercises/chapter6/test/no-peeking/Solutions.purs:Shape}}
379379
```
380380

381-
5. (Medium) Derive (via `Generic`) a `Show` instance for `Shape`. How does the amount of code written and `String` output compare to `showShape` chapter 4? _Hint_: See the [Deriving from `Generic`](https://github.com/purescript/documentation/blob/master/guides/Type-Class-Deriving.md#deriving-from-generic) section of the [Type Class Deriving](https://github.com/purescript/documentation/blob/master/guides/Type-Class-Deriving.md) guide.
381+
5. (Medium) Derive (via `Generic`) a `Show` instance for `Shape`. How does the amount of code written and `String` output compare to `showShape` from chapter 4? _Hint_: See the [Deriving from `Generic`](https://github.com/purescript/documentation/blob/master/guides/Type-Class-Deriving.md#deriving-from-generic) section of the [Type Class Deriving](https://github.com/purescript/documentation/blob/master/guides/Type-Class-Deriving.md) guide.
382382

383383
## Type Class Constraints
384384

0 commit comments

Comments
 (0)