index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
printing
/
ppconstr.ml
Commit message (
Expand
)
Author
Age
*
A new step of restructuration of notations.
Hugo Herbelin
2017-08-29
*
deprecate Pp.std_ppcmds type alias
Matej Košík
2017-07-27
*
Bump year in headers.
Pierre-Marie Pédrot
2017-07-04
*
Constrexpr.Numeral stays uninterpreted (string+sign instead of BigInt.t)
Pierre Letouzey
2017-06-14
*
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-06-02
*
Don't double up on periods in anomalies
Jason Gross
2017-06-02
*
Creating a module Nameops.Name extending module Names.Name.
Hugo Herbelin
2017-05-31
*
Merge branch 'trunk' into located_switch
Emilio Jesus Gallego Arias
2017-05-24
|
\
|
*
Allow flexible anonymous universes in instances and sorts.
Gaetan Gilbert
2017-05-03
|
*
Remove some unused values and types
Gaetan Gilbert
2017-04-27
*
|
[location] [ast] Switch Constrexpr AST to an extensible node type.
Emilio Jesus Gallego Arias
2017-04-25
*
|
[location] Make location optional in Loc.located
Emilio Jesus Gallego Arias
2017-04-25
*
|
[location] Remove Loc.ghost.
Emilio Jesus Gallego Arias
2017-04-25
*
|
[location] More located use.
Emilio Jesus Gallego Arias
2017-04-24
*
|
[location] Use Loc.located for constr_expr.
Emilio Jesus Gallego Arias
2017-04-24
*
|
[constrexpr] Make patterns use Loc.located for location information
Emilio Jesus Gallego Arias
2017-04-24
|
/
*
Merge PR#417: No cast surgery in let in
Maxime Dénès
2017-04-03
|
\
*
|
Fix higher-order pattern variables not being printed as "@?" (bug #5431).
Guillaume Melquiond
2017-04-02
|
*
Applying same convention as in Definition for printing type in a let in.
Hugo Herbelin
2017-03-24
|
*
Replacing "cast surgery" in LetIn by a proper field (see PR #404).
Hugo Herbelin
2017-03-24
|
*
Unifying standard "constr_level" names for constructors of local_binder_expr.
Hugo Herbelin
2017-03-24
|
*
"Standardizing" the name LocalPatten into LocalRawPattern.
Hugo Herbelin
2017-03-24
|
/
*
[pp] Move terminal-specific tagging to the toplevel.
Emilio Jesus Gallego Arias
2017-03-21
*
[pp] Replace `Pp.Tag` by `Ppstyle.tag` = `string list`
Emilio Jesus Gallego Arias
2017-03-21
*
[pp] Remove unused printing tagging infrastructure.
Emilio Jesus Gallego Arias
2017-03-21
*
Merge branch 'v8.5' into v8.6
Pierre-Marie Pédrot
2017-01-23
|
\
|
*
Fixing a little bug in printing cofix with no arguments.
Hugo Herbelin
2017-01-05
*
|
[toplevel] Remove duplicate beautify flags.
Emilio Jesus Gallego Arias
2016-10-17
*
|
Moving Pp.comments to CLexer so that Pp is purer (no more side-effect
Hugo Herbelin
2016-10-09
*
|
Fixing a beautifier bug pointed out by Emilio.
Hugo Herbelin
2016-10-05
*
|
Fix bug #4869, allow Prop, Set, and level names in constraints.
Matthieu Sozeau
2016-09-29
*
|
Fix tagging of notations.
Pierre-Marie Pédrot
2016-08-29
*
|
Complementing previous commit on fixes for printing binding patterns.
Hugo Herbelin
2016-07-19
*
|
Some extra fixes in printing patterns in binders.
Hugo Herbelin
2016-07-19
*
|
Taking into account binding patterns when agglutinating sequences of binders.
Hugo Herbelin
2016-07-19
*
|
Fixing missing parentheses in printing of patterns in binders.
Hugo Herbelin
2016-07-19
*
|
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2016-07-03
*
|
Adding ability to put any pattern in binders, prefixed by a quote.
Daniel de Rauglaudre
2016-06-27
*
|
Fixing printing of Instance.
Hugo Herbelin
2016-06-16
*
|
Revert "A heuristic to add parentheses in the presence of rules such as"
Hugo Herbelin
2016-04-27
*
|
Revert "Temporary deactivate re-interpretation of terms in beautify."
Hugo Herbelin
2016-04-27
*
|
Revert "Fixing printing of Instance."
Hugo Herbelin
2016-04-27
*
|
Fixing printing of Instance.
Hugo Herbelin
2016-04-27
*
|
Temporary deactivate re-interpretation of terms in beautify.
Hugo Herbelin
2016-04-27
*
|
A heuristic to add parentheses in the presence of rules such as
Hugo Herbelin
2016-04-27
*
|
Supporting "(@foo) args" in patterns, where "@foo" has no arguments.
Hugo Herbelin
2016-03-13
*
|
Merge branch 'v8.5'
Pierre-Marie Pédrot
2016-01-21
|
\
|
|
*
Update copyright headers.
Maxime Dénès
2016-01-20
*
|
CLEANUP: removing unused field
Matej Kosik
2016-01-11
*
|
Remove some unused functions.
Guillaume Melquiond
2016-01-02
[next]