Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / alex-lairan/monads issues and pull requests
#61 - Use more recent Crystal versions and use GH actions
Pull Request -
State: closed - Opened by wout over 2 years ago
- 1 comment
#60 - Release 1.0
Pull Request -
State: closed - Opened by alex-lairan almost 4 years ago
#59 - Implement then
Pull Request -
State: closed - Opened by alex-lairan over 4 years ago
#58 - Feature/block call
Pull Request -
State: closed - Opened by alex-lairan almost 5 years ago
#57 - Cannot use Abstract Module since Crystal 0.30.0
Issue -
State: closed - Opened by alex-lairan over 5 years ago
#56 - Feature/crystal 0 30 0
Pull Request -
State: closed - Opened by naqvis over 5 years ago
- 1 comment
#55 - Fixed 0.30.0 issue
Pull Request -
State: closed - Opened by naqvis over 5 years ago
#54 - Upgrade Crystal version
Pull Request -
State: closed - Opened by alex-lairan over 5 years ago
- 2 comments
#53 - Use crystal 0.29.0
Pull Request -
State: closed - Opened by alex-lairan over 5 years ago
#52 - Bump to v0.4.0
Pull Request -
State: closed - Opened by alex-lairan over 5 years ago
#51 - Add State monad
Pull Request -
State: closed - Opened by moba1 over 5 years ago
- 3 comments
#50 - Tweak Readme
Pull Request -
State: closed - Opened by amelie-certin over 5 years ago
#49 - Add Document
Issue -
State: closed - Opened by moba1 over 5 years ago
- 8 comments
#48 - Update readme
Pull Request -
State: closed - Opened by alex-lairan over 5 years ago
- 3 comments
#47 - Feature/add try
Pull Request -
State: closed - Opened by alex-lairan over 5 years ago
#46 - Add `#|` (bind) and `#>>` (sequence) operator, and fixed Maybe#bind's return type
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#45 - [RFC] Implement task monad
Pull Request -
State: closed - Opened by alex-lairan over 5 years ago
- 5 comments
#44 - add #sort_by to List
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#43 - Add #sort to List
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#42 - Add specs for #next to list
Pull Request -
State: closed - Opened by alex-lairan over 5 years ago
#41 - Implement #reverse and implement Iterator to List
Pull Request -
State: closed - Opened by moba1 over 5 years ago
- 3 comments
#40 - Implement #permutations, #subsequences and #join
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#39 - implement #last and #empty?
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#38 - implement #to_s and #inspect
Pull Request -
State: closed - Opened by moba1 over 5 years ago
- 2 comments
#37 - implement List.return
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#36 - implement Indexable to List
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#35 - implement Comparable to List
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#34 - Implement initialize macro `[](*args)`
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#33 - made List inherit monad
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#32 - Fix bind chain
Pull Request -
State: closed - Opened by alex-lairan over 5 years ago
#31 - Value or proc
Pull Request -
State: closed - Opened by alex-lairan over 5 years ago
#30 - Either or proc
Pull Request -
State: closed - Opened by alex-lairan over 5 years ago
#29 - Add or block
Pull Request -
State: closed - Opened by alex-lairan over 5 years ago
#28 - implement #map_or to Either
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#27 - fix Either's #to_s method to pretty print
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#26 - Cannot use Block for manipulation methods
Issue -
State: closed - Opened by alex-lairan over 5 years ago
- 1 comment
#25 - change block to Proc
Pull Request -
State: closed - Opened by moba1 over 5 years ago
- 4 comments
#24 - add test for Either.return and Maybe.return
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#23 - implement return to Either
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#22 - Change class to struct
Pull Request -
State: closed - Opened by moba1 over 5 years ago
- 3 comments
#21 - revert to class
Pull Request -
State: closed - Opened by moba1 over 5 years ago
- 1 comment
#20 - Implement `#bind` to `Either`
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#19 - Implement #or to either
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#18 - add Travis CI's build status badge to README.md
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#17 - add `ameba`(linter) to development dependencies
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#16 - add `#value_or` method to `Either`
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#15 - Feature/add travis
Pull Request -
State: closed - Opened by alex-lairan over 5 years ago
#14 - Fix/monad comparable
Pull Request -
State: closed - Opened by alex-lairan over 5 years ago
#13 - Implement #to_s and #inspect to `Either`
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#12 - remove `abstract def inspect` from `Maybe`
Pull Request -
State: closed - Opened by moba1 over 5 years ago
#11 - integrate `#inspect` in `Just` and `Nothing` into `Maybe`
Pull Request -
State: closed - Opened by moba1 almost 6 years ago
#10 - Change `Result` module to `Either`
Pull Request -
State: closed - Opened by moba1 almost 6 years ago
#9 - move class to module for maybe
Pull Request -
State: closed - Opened by moba1 almost 6 years ago
#8 - Implement `Enumerable(T)` to `Maybe(T)`
Pull Request -
State: closed - Opened by moba1 almost 6 years ago
- 8 comments
#7 - Add CI for PR
Issue -
State: closed - Opened by alex-lairan almost 6 years ago
- 1 comment
#6 - Reimplement `Maybe` monad wihtout `RightBiased` and `LeftBiased`
Pull Request -
State: closed - Opened by moba1 almost 6 years ago
- 8 comments
#5 - Implement comparators to `Maybe` monad
Pull Request -
State: closed - Opened by moba1 almost 6 years ago
#4 - Remove equal? method of Nothing
Pull Request -
State: closed - Opened by moba1 almost 6 years ago
#3 - Add some methods and remove some methods
Pull Request -
State: closed - Opened by moba1 almost 6 years ago
#2 - Change Maybe Monad API interface
Pull Request -
State: closed - Opened by moba1 almost 6 years ago
- 1 comment
#1 - Change `Maybe' monad api
Issue -
State: closed - Opened by moba1 almost 6 years ago
- 3 comments