We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26da1f4 commit 581caaaCopy full SHA for 581caaa
errors/CannotDerive.md
@@ -18,8 +18,9 @@ list, however, you'll need to find another way of obtaining an instance.
18
## Fix
19
20
- You will need to write an instance yourself.
21
-- For many classes (including `Show`), you can use [Generics][] to obtain the
22
- instances you want with less effort.
+- For many classes, you can use [Generic][] to obtain the
+ instances you want with less effort. For example you can use [Data.Show.Generic][] to derive the Show instance using Generic.
23
24
-[Generics]: https://pursuit.purescript.org/packages/purescript-generics-rep
+[Generic]: https://pursuit.purescript.org/packages/purescript-prelude/6.0.1/docs/Data.Generic.Rep
25
[derivable]: https://github.com/purescript/documentation/blob/master/language/Type-Classes.md#type-class-deriving
26
+[Data.Show.Generic]: https://pursuit.purescript.org/packages/purescript-prelude/6.0.1/docs/Data.Show.Generic
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments