-
Notifications
You must be signed in to change notification settings - Fork 25
Typeclasses #52
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
Merged
Merged
Typeclasses #52
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
377532b
ts strict mode
jcouyang f9933f5
3.0.1
jcouyang 1f657b7
dedup makefile
jcouyang a5f6fa7
add typeclasses
jcouyang b57e510
poly typeclasses
jcouyang c616a8a
update state with typeclasses
jcouyang 0277764
typeclass implement for xs/rx and xs/most
jcouyang 3242d14
add test for new fantasyX
jcouyang 7654a87
able to create xstream from promise and flatmap
jcouyang 95a4582
add types for react dom
jcouyang 68ecd4c
xstream semigroup
jcouyang 7523700
semigroup test
jcouyang c14cb7c
implement FantasyX typeclasses
jcouyang 4a1a4a2
fantasy example integration test
jcouyang 890aff0
example 3
jcouyang ac9c4f7
traversable
jcouyang dd9b5b8
traversable example
jcouyang f0714e8
foldable
jcouyang 4a20a6f
fold and merge
jcouyang 0654ced
4.0.0
jcouyang b25bc5f
expose Xstream and FantasyX
jcouyang 5ca3db1
4.0.1
jcouyang 792d21d
remove rx and most from depends on typeclasses
jcouyang 8cb5f61
4.0.2
jcouyang 115c0e3
throw Error when no metadata found, fix xstream apply
jcouyang 86e0f71
4.0.3
jcouyang 94013c9
dont shim reflect metadata
jcouyang 6ac7c19
4.0.4
jcouyang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 23 additions & 15 deletions
Makefile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.