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 d1e1539 commit 3bc7a0eCopy full SHA for 3bc7a0e
guides/Type-Class-Deriving.md
@@ -104,7 +104,7 @@ main = logShow (Score 5)
104
105
```purs
106
import Data.Generic.Rep (class Generic)
107
-import Data.Generic.Rep.Show (genericShow)
+import Data.Show.Generic (genericShow)
108
import Effect.Console (logShow)
109
110
newtype Score = Score Int
@@ -127,7 +127,7 @@ Be careful when using generic functions with recursive data types. Due to strict
127
128
129
130
131
132
133
data Chain a
0 commit comments