-
Notifications
You must be signed in to change notification settings - Fork 25
port to elpi 3.0 #527
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
gares
wants to merge
35
commits into
math-comp:master
Choose a base branch
from
gares:elpi-3.0
base: master
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.
+914
−790
Draft
port to elpi 3.0 #527
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
afcc9d8
port to elpi 3.0
gares a7ffd8c
port to elpi 3.0
FissoreD 50acade
partition moved in elpi standard library
FissoreD adc7e3d
port to elpi3.0: about.elpi is functional
FissoreD b0afaa6
cleanup
gares 892e168
port to elpi3.0: add more functional predicates
FissoreD 8ec38af
port to elpi3.0: more func in signatures
FissoreD 95809f5
make: patch all files and only once
gares 62480b8
gref-deps is a function
gares 8cae466
mixin-first-class is a function
gares 55c30ce
factory-nparams is a function
gares b6d05e5
factory-constructor is a function [BUGGY]
gares 808d1ce
fix factory-constructor
gares f5179a0
use -> for functions and remove once
gares efd7617
factory-builder-nparams is unused
gares 0134972
cleanup
gares 2d8c4b4
decl is a function
gares fd20218
port to elpi3.0: stdpp is func
FissoreD 374d669
port to elpi3.0: utils is func
FissoreD dac95ca
port to elpi3.0: more is func in database.elpi
FissoreD 4e2f091
port to elpi3.0: refine is func
FissoreD 31a2ce7
port to elpi3.0: utils-synterp.elpi
FissoreD cf8e54b
port to elpi3.0: database.elpi
FissoreD dd29700
port to elpi3.0: phant-abbreviation.elpi
FissoreD 2a7ab1e
port to elpi3.0: unfinished synthesis.elpi
FissoreD 616bc12
port to elpi3.0: fprop -> func
FissoreD 4ea1fae
port to elpi3.0: end synthesis.elpi
FissoreD 7f2eda3
port to elpi3.0: export.elpi, about.elpi, context.elpi
FissoreD ed1b827
port to elpi3.0: factory.elpi + graph.elpi
FissoreD 219bb6b
port to elpi3.0: howto.elpi
FissoreD b3db7a1
port to elpi3.0: instance.elpi
FissoreD 76f8794
disable flex clause warning
gares 9c19403
port to elpi3.0: add cut to local copy
FissoreD c7a1e93
port to elpi3.0: last change pred -> func
FissoreD a2e5885
clean
FissoreD 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,3 +58,4 @@ _minted-* | |
*.vtc | ||
|
||
*.dot | ||
config.stamp |
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
Oops, something went wrong.
Oops, something went wrong.
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.
Just to be sure, bulletize is a function?
If it is not the case, the cut in the rule below should be removed...