index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
interp
Age
Commit message (
Expand
)
Author
2020-12-02
Greatly simplify the conversion functions between Z.t and Uint63.t.
Guillaume Melquiond
2020-11-25
Separate interning and pretyping of universes
Gaëtan Gilbert
2020-11-24
Merge PR #13436: Fixes #13432: typo in #11172 causing notations mentioning a ...
coqbot-app[bot]
2020-11-23
Merge PR #11841: Distinguishing entry "ident" from entry "name" in term notat...
coqbot-app[bot]
2020-11-23
Merge PR #13417: Use nat_or_var in grammar where negative values don't make s...
coqbot-app[bot]
2020-11-22
Renaming "ident" into "name" in grammar entries, to prevent confusions.
Hugo Herbelin
2020-11-21
Fixes #13432: regression with notations involving coercions caused by #11172.
Hugo Herbelin
2020-11-20
Enforcing when a binding variable has no explicit type in constr_notation.
Hugo Herbelin
2020-11-20
A step towards supporting pattern cast deeplier.
Hugo Herbelin
2020-11-20
Add preliminary support for notations with large class (non-recursive) binders.
Hugo Herbelin
2020-11-20
Rewriting convoluted code of set_var_scope in constrintern.ml.
Hugo Herbelin
2020-11-20
Merge PR #12965: Fixes #9569: in notations with binders, prevent collisions b...
coqbot-app[bot]
2020-11-20
Use nat_or_var where negative values don't make sense
Jim Fehrle
2020-11-20
Merge PR #13360: Fix incorrect name refreshing when interning a generalized b...
coqbot-app[bot]
2020-11-19
Merge PR #12984: [printing] Order notations by matching precision first, and ...
coqbot-app[bot]
2020-11-18
In recursive notations, accept partial application over the recursive pattern.
Hugo Herbelin
2020-11-17
Merge PR #13390: Intern application arguments in left-to-right order
coqbot-app[bot]
2020-11-17
A reimport of notations now put the corresponding notations again in front.
Hugo Herbelin
2020-11-17
For printing, ordering notations by precision of the pattern.
Hugo Herbelin
2020-11-17
Merge PR #12653: Syntax for specifying cumulative inductives
coqbot-app[bot]
2020-11-16
Fixing alpha-equality of notation interpretations with recursive patterns.
Hugo Herbelin
2020-11-16
Using labels to document match_notation_constr.
Hugo Herbelin
2020-11-16
Fix #9569 (notations collect the spine binding variables at printing time).
Hugo Herbelin
2020-11-16
Merge PR #12690: Mini-fix of Locate for recursive notations using named varia...
coqbot-app[bot]
2020-11-16
Fix incorrect name refreshing when interning a generalized binder
Gaëtan Gilbert
2020-11-16
Merge PR #12685: Propagating scope information in indirect application to a r...
Pierre-Marie Pédrot
2020-11-16
Syntax for specifying cumulative inductives
Gaëtan Gilbert
2020-11-15
Intern application arguments in left-to-right order
Gaëtan Gilbert
2020-11-15
Adding support for Locate "( x , y )".
Hugo Herbelin
2020-11-15
Fixing Locate for recursive notations with names.
Hugo Herbelin
2020-11-15
Moving the analysis of notation strings in notation.ml.
Hugo Herbelin
2020-11-15
Indentation.
Hugo Herbelin
2020-11-15
Fixes #11816: using {wf ...} in a local fixpoint is an error, not an anomaly.
Hugo Herbelin
2020-11-15
Propagating scope information in indirect application to a reference.
Hugo Herbelin
2020-11-12
Merge PR #13253: Change Dumpglob.pause and Dumpglob.continue into push and pop
coqbot-app[bot]
2020-11-12
Change Dumpglob.pause and Dumpglob.continue into push and pop
Lasse Blaauwbroek
2020-11-12
Merge PR #13289: Cosmetic cleaning of uState.ml: a bit of doc, more unity in ...
Pierre-Marie Pédrot
2020-11-06
Merge PR #13255: Fixes #13244: support for coercions in Search
coqbot-app[bot]
2020-11-05
Minor cut elimination in the code of constrintern.ml.
Hugo Herbelin
2020-11-05
Accept local variables in mixed terms and binders of notations.
Hugo Herbelin
2020-11-05
Accept section variables in notations with mixed terms and binders.
Hugo Herbelin
2020-11-05
Passing full interning env to pattern interning, for better control.
Hugo Herbelin
2020-11-05
Notations: Giving a consistent role to global references occurring patterns.
Hugo Herbelin
2020-11-05
Merge PR #12218: Numeral notations for non inductive types
coqbot-app[bot]
2020-11-05
Rename Dec and HexDec to Decimal and Hexadecimal
Pierre Roux
2020-11-05
Allow multiple primitive notation on the same scope and triggers
Pierre Roux
2020-11-05
[string notation] Handle parameterized inductives and non inductives
Pierre Roux
2020-11-05
[numeral notation] Add support for parameterized inductives
Pierre Roux
2020-11-05
[numeral notation] Allow to put/ignore holes during pre/postprocessing
Pierre Roux
2020-11-04
[numeral notation] Add a pre/postprocessing
Pierre Roux
[next]