Skip to content

Conversation

garyb
Copy link
Member

@garyb garyb commented May 22, 2016

Resolves #40

Will probably fail to build because the new generics requires psc 0.9.

derive instance genericList :: Generic a => Generic (List a)

instance showList :: Show a => Show (List a) where
show Nil = "Nil"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wasn't this changed to render something like toList [1,2,3]?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh never mind, it's in an open PR.

@paf31
Copy link
Contributor

paf31 commented May 22, 2016

👍 Looks good!

@garyb garyb merged commit c7d64f4 into master May 22, 2016
@garyb garyb deleted the generic branch May 22, 2016 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants