Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Conversation

@garyb
Copy link
Member

@garyb garyb commented Apr 17, 2017

No description provided.

@garyb garyb merged commit 903572f into master Apr 17, 2017
@garyb garyb deleted the ws branch April 17, 2017 17:51
Copy link

@MaloJaffre MaloJaffre left a comment

Choose a reason for hiding this comment

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

Two incorrect cardinalities

pred = defaultPred toEnumBinaryType fromEnumBinaryType

instance boundedEnumBinaryType :: BoundedEnum BinaryType where
cardinality = Cardinality 3

Choose a reason for hiding this comment

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

This cardinality is incorrect (1).

pred = defaultPred toEnumReadyState fromEnumReadyState

instance boundedEnumReadyState :: BoundedEnum ReadyState where
cardinality = Cardinality 3

Choose a reason for hiding this comment

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

This cardinality is incorrect (2).

@garyb
Copy link
Member Author

garyb commented Apr 17, 2017

Argh! Thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants