You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [TypeClassDeriving](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 [TypeClassDeriving](https://github.com/purescript/documentation/blob/master/guides/Type-Class-Deriving.md) guide.
0 commit comments