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
*
[ast] Improve precision of Ast location recognition in serialization.
Emilio Jesus Gallego Arias
2018-02-22
*
Adding support for parsing subterms of a notation as "pattern".
Hugo Herbelin
2018-02-20
*
Moving the argument of CProdN/CLambdaN from binder_expr to local_binder_expr.
Hugo Herbelin
2018-02-20
*
Use r.(p) syntax to print primitive projections.
Maxime Dénès
2018-01-30
*
Removing cumbersome location in multiple patterns.
Hugo Herbelin
2017-12-12
*
Improving spacing in printing disjunctive patterns.
Hugo Herbelin
2017-12-12
*
Proper nametab handling of global universe names
Matthieu Sozeau
2017-12-01
*
[parser] Remove unnecessary statically initialized hook.
Emilio Jesus Gallego Arias
2017-11-19
*
[api] Another large deprecation, `Nameops`
Emilio Jesus Gallego Arias
2017-11-13
*
Exporting the level-parametric printer of constr and its variants.
Hugo Herbelin
2017-11-02
*
Removing a redundancy in naming types (Ppconstr.precedence = tolerability).
Hugo Herbelin
2017-11-02
*
Reporting locations in error messages about notation formats.
Hugo Herbelin
2017-09-18
*
Don't exclude a priori CLocalDef to be treated by ppconstr.ml.
Hugo Herbelin
2017-09-12
*
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
[next]