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

Refactor: Use LANGUAGE TypeApplications #36

Merged
merged 4 commits into from
Jan 1, 2021

Conversation

manuphatak
Copy link
Owner

No description provided.

@manuphatak manuphatak added the refactor Harvest some reusable bits label Jan 1, 2021
@manuphatak manuphatak self-assigned this Jan 1, 2021
@codecov
Copy link

codecov bot commented Jan 1, 2021

Codecov Report

Merging #36 (aac9e14) into main (1f93d24) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
- Coverage   94.70%   94.68%   -0.02%     
==========================================
  Files          29       29              
  Lines         548      546       -2     
  Branches       34       34              
==========================================
- Hits          519      517       -2     
  Misses         18       18              
  Partials       11       11              
Impacted Files Coverage Δ
src/Advent/Utils.hs 92.30% <100.00%> (ø)
src/Day17/Solution.hs 95.34% <100.00%> (-0.21%) ⬇️

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 1f93d24...aac9e14. Read the comment docs.

…hatak/HaskellAdventOfCode2020 into refactor_use_type_applications_ext

* 'refactor_use_type_applications_ext' of github.com:manuphatak/HaskellAdventOfCode2020:
  Solve Day 12 (#21)
@manuphatak manuphatak merged commit ca204be into main Jan 1, 2021
@manuphatak manuphatak deleted the refactor_use_type_applications_ext branch January 1, 2021 21:59
manuphatak added a commit that referenced this pull request Jan 2, 2021
* origin/main:
  Refactor: Use LANGUAGE TypeApplications (#36)
  Solve Day 12 (#21)
manuphatak added a commit that referenced this pull request Jan 2, 2021
* origin/main:
  Refactor: Use LANGUAGE TypeApplications (#36)
  Solve Day 12 (#21)
manuphatak added a commit that referenced this pull request Jan 10, 2021
* origin/main:
  Update dependencies (#41)
  Remove hspec skip rules from hlint (#39)
  Add hlint rule (#37)
  Solve Day 21 (#35)
  Refactor: Use LANGUAGE TypeApplications (#36)
  Solve Day 12 (#21)
  Solve Day 20 (#34)
  Solve Day 10 (#18)
  Harvest parseInts util (#33)
manuphatak added a commit that referenced this pull request Jan 10, 2021
* origin/main:
  Update dependencies (#41)
  Remove hspec skip rules from hlint (#39)
  Add hlint rule (#37)
  Solve Day 21 (#35)
  Refactor: Use LANGUAGE TypeApplications (#36)
  Solve Day 12 (#21)
  Solve Day 20 (#34)
  Solve Day 10 (#18)
  Harvest parseInts util (#33)
  Solve Day 18 (#31)
  Solve Day 17 (#30)
  Create Advent.Parser for shared parsers (#29)
  Solve Day 16 (#26)
  Add hspec-discover to PATH (#28)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Harvest some reusable bits
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant