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

Matechs Prelude #195

Merged
merged 36 commits into from
Apr 16, 2020
Merged

Matechs Prelude #195

merged 36 commits into from
Apr 16, 2020

Conversation

mikearnaldi
Copy link
Member

Prelude is the next generation API of effect, it aims to simplify the user-land surface as much as possible cutting the underlying jargon.

It is supposed to support smoothly multiple effect type signatures tracking sync/async failability/non-failability.

It should include default exports of the basic components from fp-ts to smooth adoption

@codecov-io
Copy link

codecov-io commented Apr 11, 2020

Codecov Report

Merging #195 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #195   +/-   ##
=======================================
  Coverage   88.81%   88.81%           
=======================================
  Files          57       57           
  Lines        2406     2406           
  Branches      290      290           
=======================================
  Hits         2137     2137           
  Misses        268      268           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f27dc86...f27dc86. Read the comment docs.

@mikearnaldi mikearnaldi force-pushed the features/prelude branch 2 times, most recently from 91ce328 to 1f78aa9 Compare April 12, 2020 17:36
@mikearnaldi
Copy link
Member Author

Hit a wall with dynamic retyping, will probably move to 2 variants of effect , one fully sync & one classic having the classic extend the sync

@mikearnaldi mikearnaldi marked this pull request as ready for review April 16, 2020 14:48
@mikearnaldi mikearnaldi merged commit 00960ea into master Apr 16, 2020
@mikearnaldi mikearnaldi deleted the features/prelude branch April 16, 2020 14:49
fubhy pushed a commit that referenced this pull request Jan 1, 2024
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