-
Notifications
You must be signed in to change notification settings - Fork 1
feat: Add nat hope solving #70
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
Draft
croyzor
wants to merge
35
commits into
main
Choose a base branch
from
just-nat-solving
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 16 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
f783923
Add hole solving but not for nats
d981a5b
feat: Add nat hope solving
6f9d28a
Merge branch 'main' into just-holes
croyzor 889fb32
Merge remote-tracking branch 'origin/main' into HEAD
acl-cqc 2bc84cf
Drop unnecessary 'derive Ord' for TypeKind
acl-cqc e32d0b9
Remove repeated export of DIRY in Syntax/Common.hs
acl-cqc 3a60703
review comments
acl-cqc 4965210
another comment
acl-cqc 9b8a997
No need to filter hopes, but clarify with error
acl-cqc 06c454e
Factor out getNumVar, use in typeEq'
acl-cqc 6b05fb6
hlint
acl-cqc ce5c348
Merge remote-tracking branch 'origin/main' into just-holes
acl-cqc daf2443
Merge branch 'just-holes' into HEAD
acl-cqc 98c74f8
Don't (re-)export buildNum from SolveHoles.hs
acl-cqc f5c0a20
and further reduce diff
acl-cqc 8f83c77
Compute 2^constant at compile-time (#74)
acl-cqc 6a94b85
Merge remote-tracking branch 'origin/main' into just-nat-solving
90a3ade
[ broken ] troublesome examples of nat solving
2d9fb1a
Fix demandEven
e4010b4
Fix recursive call in `hasfulllen`
783107c
[ minor fix ] hasfulllen needs a numeric input
aa0a509
Fix the other call site that calls `invertNatVal` with a Src
61dd235
[ progress ] factored out SolveNumbers; started numEq (to be nuked)
ae05f2e
[ progress ] unifyNum now used in solveHoles as well as solvePatterns…
b81186a
[ progress ] Fred vs Ginger now a thing.
09641ea
[ progress ] eatsfullbis.brat now typechecks; long way to go; messy
5b0c6a8
Skeleton for converting valPats to Valz
croyzor 16ccb96
[wip] Bug hunting
croyzor 4acf90c
[ fix ] makePred now defines the hole to be the succ
537346b
[ progress ] removed tracing
36b1a0d
[ progress ] no more Fred and Ginger
3930d3d
Fix redefinition in make{Half,Pred}
croyzor 1cd750d
Keep track of which hopes are dynamic
croyzor ae3be34
Better handling of flex-flex case when unifying numbers
croyzor 6724dbd
Accept new golden values, regress vector errors for now
croyzor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because we are using
monobelow??