Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds AdjoinedUnit Ring #130

Merged
merged 2 commits into from Feb 25, 2013
Merged

Adds AdjoinedUnit Ring #130

merged 2 commits into from Feb 25, 2013

Conversation

johnynek
Copy link
Collaborator

No description provided.

@johnynek
Copy link
Collaborator Author

Addresses: #47

import BaseProperties._

implicit def adjoined[T:Arbitrary]: Arbitrary[AdjoinedUnit[T]] = Arbitrary {
implicitly[Arbitrary[T]].arbitrary.map { t => AdjoinedUnit(t) }
Copy link
Collaborator

Choose a reason for hiding this comment

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

Arbitrary.arbitrary[T].map

sritchie added a commit that referenced this pull request Feb 25, 2013
@sritchie sritchie merged commit 9f24431 into develop Feb 25, 2013
@sritchie sritchie deleted the feature/adjoin-ring branch February 25, 2013 21:04
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.

None yet

2 participants