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 4dd4255 commit 8dd2375Copy full SHA for 8dd2375
exercises/chapter10/src/Data/AddressBook.purs
@@ -31,7 +31,7 @@ derive instance Generic PhoneType _
31
instance EncodeJson PhoneType where encodeJson = genericEncodeJson
32
instance DecodeJson PhoneType where decodeJson = genericDecodeJson
33
-- ANCHOR_END: PhoneType_generic
34
-instance Show PhoneType where show = genericShow
+instance Show PhoneType where show = genericShow
35
36
type PhoneNumber
37
= { "type" :: PhoneType
0 commit comments