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

Feature/more simplification #30

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

Conversation

winitzki
Copy link
Collaborator

@winitzki winitzki commented Apr 4, 2018

  • Simplify nested match expressions
  • Generate variables for disjunction checking
  • Better symbolic checking of function equality
  • Utilities to verify naturality, fmap, and monad laws

@codecov
Copy link

codecov bot commented Apr 4, 2018

Codecov Report

Merging #30 into master will increase coverage by 0.29%.
The diff coverage is 77.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
+ Coverage   91.14%   91.44%   +0.29%     
==========================================
  Files          10       10              
  Lines         723      736      +13     
  Branches       61       66       +5     
==========================================
+ Hits          659      673      +14     
+ Misses         64       63       -1     
Impacted Files Coverage Δ
src/main/scala/io/chymyst/ch/TermExpr.scala 90.56% <73.68%> (-0.91%) ⬇️
src/main/scala/io/chymyst/ch/TheoremProver.scala 91.04% <100.00%> (+7.46%) ⬆️
...scala/io/chymyst/ch/data/SymbolicLawChecking.scala 100.00% <100.00%> (ø)

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 f1262bc...d88c36d. Read the comment docs.

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.

1 participant