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/simplify conjunctions #16

Merged
merged 10 commits into from
Jan 27, 2018
Merged

Conversation

winitzki
Copy link
Collaborator

  • more aggressively simplify conjunctions, e.g. User(name, ident).ident is simplified to ident and (a._1, a._2) is simplified to a.
  • provide a comprehensive high-level API for manipulating lambda-terms

@codecov
Copy link

codecov bot commented Jan 27, 2018

Codecov Report

Merging #16 into master will increase coverage by 1.07%.
The diff coverage is 95.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
+ Coverage   93.11%   94.19%   +1.07%     
==========================================
  Files           8        8              
  Lines         552      603      +51     
  Branches       43       60      +17     
==========================================
+ Hits          514      568      +54     
+ Misses         38       35       -3
Impacted Files Coverage Δ
src/main/scala/io/chymyst/ch/Sequent.scala 100% <100%> (ø) ⬆️
src/main/scala/io/chymyst/ch/TermExpr.scala 92.74% <100%> (+1.72%) ⬆️
src/main/scala/io/chymyst/ch/LJT.scala 98.63% <75%> (ø) ⬆️
src/main/scala/io/chymyst/ch/TypeExpr.scala 90.76% <96%> (+7.43%) ⬆️

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 13b9a45...5b2238d. Read the comment docs.

@winitzki winitzki merged commit d92e180 into master Jan 27, 2018
@winitzki winitzki deleted the feature/simplify-conjunctions branch January 27, 2018 06:07
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

1 participant