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 Future monad #32

Merged
merged 6 commits into from
Sep 18, 2024
Merged

✨ Add Future monad #32

merged 6 commits into from
Sep 18, 2024

Conversation

myugen
Copy link
Collaborator

@myugen myugen commented Sep 10, 2024

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

This PR introduce the following changes:

  • Add new monad: Future 🥳 🥳 🥳
  • Add documentation for Future (Not finished yet)
  • Enable monad interoperability for Try
  • Export Try monad correctly
  • Refactor type inferring for Either
  • Remove unnecessary section (Related Tickets & Documents) in PR template

Added/updated tests?

We encourage you to keep the quality of the code by creating test.

  • Yes
  • No, and this is why: please replace this line with details on why tests
    have not been included
  • I need help with writing tests

[optional] What gif best describes this PR or how it makes you feel?

Back To The Future

@myugen myugen linked an issue Sep 10, 2024 that may be closed by this pull request
@myugen myugen requested review from Marius9595 and letorguez and removed request for Marius9595 and letorguez September 10, 2024 01:01
@myugen myugen self-assigned this Sep 10, 2024
@myugen myugen linked an issue Sep 10, 2024 that may be closed by this pull request
src/future/future.test.ts Show resolved Hide resolved
src/future/future.test.ts Show resolved Hide resolved
@myugen myugen changed the title Draft :: ✨ Add Future monad ✨ Add Future monad Sep 18, 2024
@myugen myugen removed a link to an issue Sep 18, 2024
@myugen myugen merged commit e583da2 into beta Sep 18, 2024
3 checks passed
@myugen myugen deleted the myugen/add-future branch September 18, 2024 18:53
Copy link

🎉 This PR is included in version 1.1.0-beta.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Future (or Task) monad
2 participants