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

Add basic fantasy land support to ArrayElement #199

Merged
merged 2 commits into from
Dec 6, 2018
Merged

Conversation

kylef
Copy link
Member

@kylef kylef commented Nov 13, 2018

Implements small part of Fantasy Land on ArrayElement.

The following conformance is supported:

  • Functor (map)
  • Semigroup (concat)
  • Monoid (empty)
  • Chain (chain)

Other concepts should be supported, but so far this I am only using the above in the OAS adapter.

@honzajavorek
Copy link
Contributor

Delegating the review to @char0n as I think he's better suited to verify this kind of change.

CHANGELOG.md Outdated Show resolved Hide resolved
@kylef kylef force-pushed the kylef/fantasyland branch 4 times, most recently from 00aa5d3 to c7bd0d7 Compare December 5, 2018 22:45
@kylef kylef merged commit 54f08e9 into master Dec 6, 2018
@kylef kylef deleted the kylef/fantasyland branch December 6, 2018 18:33
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.

3 participants