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

More expressive patterns #209

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

polytypic
Copy link
Member

@polytypic polytypic commented Nov 6, 2018

Ideas

  • L.andP(...ps)
  • L.orP(...ps)
  • L.notP(p)
  • predicate
  • L.apP(iso, p)
  • L.letP([p2, p1], p)
  • L.caseP(p, [c1, p1], ...[cN, pN])

Test

  • L.andP(...ps)
  • L.orP(...ps)
  • L.notP(p)
  • predicate
  • L.apP(iso, p)
  • L.letP([p2, p1], p)
  • L.caseP(p, [c1, p1], ...[cN, pN])
  • full coverage

Docs

  • L.andP(...ps)
  • L.orP(...ps)
  • L.notP(p)
  • predicate
  • L.apP(iso, p)
  • L.letP([p2, p1], p)
  • L.caseP(p, [c1, p1], ...[cN, pN])

@codecov-io
Copy link

codecov-io commented Nov 6, 2018

Codecov Report

Merging #209 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #209      +/-   ##
==========================================
+ Coverage   99.88%   99.89%   +0.01%     
==========================================
  Files           1        1              
  Lines        1713     1893     +180     
==========================================
+ Hits         1711     1891     +180     
  Misses          2        2
Impacted Files Coverage Δ
dist/partial.lenses.cjs.js 99.89% <0%> (+0.01%) ⬆️

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 72363bb...be7d7e4. Read the comment docs.

@polytypic polytypic force-pushed the feature/more-expressive-patterns branch 18 times, most recently from 2a6c27c to dcb4b3c Compare November 7, 2018 21:18
@polytypic polytypic force-pushed the feature/more-expressive-patterns branch from dcb4b3c to be7d7e4 Compare November 12, 2018 20:35
@polytypic polytypic force-pushed the master branch 2 times, most recently from cd5bfe1 to d0c5f8b Compare December 1, 2018 06:06
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.

None yet

2 participants