Skip to content

Commit 8dd2375

Browse files
Zelenyamilesfrain
authored andcommitted
Tidy up the instance
1 parent 4dd4255 commit 8dd2375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/chapter10/src/Data/AddressBook.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ derive instance Generic PhoneType _
3131
instance EncodeJson PhoneType where encodeJson = genericEncodeJson
3232
instance DecodeJson PhoneType where decodeJson = genericDecodeJson
3333
-- ANCHOR_END: PhoneType_generic
34-
instance Show PhoneType where show = genericShow
34+
instance Show PhoneType where show = genericShow
3535

3636
type PhoneNumber
3737
= { "type" :: PhoneType

0 commit comments

Comments
 (0)