index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pretyping
/
glob_ops.ml
Age
Commit message (
Expand
)
Author
2020-11-05
Accept section variables in notations with mixed terms and binders.
Hugo Herbelin
2020-10-21
Similar introduction of a Construct module in the Names API.
Pierre-Marie Pédrot
2020-10-21
Introduce an Ind module in the Names API.
Pierre-Marie Pédrot
2020-10-10
Add location in existential variable names (CEvar/GEvar).
Hugo Herbelin
2020-10-10
Adding and using locations on identifiers in constr_expr where they were miss...
Hugo Herbelin
2020-07-06
Primitive persistent arrays
Maxime Dénès
2020-06-17
Fix glob_sort_family for SProp
Gaëtan Gilbert
2020-04-06
Fix #11934 equality on constrexpr ignores instances of explicit applications
Gaëtan Gilbert
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-02-04
Add syntax for non maximally inserted implicit arguments
SimonBoulier
2019-12-03
Printing: Interleaving search for notations and removal of coercions.
Hugo Herbelin
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-11-01
Add primitive float computation in Coq kernel
Guillaume Bertholon
2019-08-19
[api] Move handling of variable implicit data to impargs
Emilio Jesus Gallego Arias
2019-07-08
[api] Deprecate GlobRef constructors.
Emilio Jesus Gallego Arias
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-06-01
Allowing Set to be part of universe expressions.
Hugo Herbelin
2019-06-01
Towards unifying parsing/printing for universe instances and Type's argument.
Hugo Herbelin
2019-04-16
Clean the representation of recursive annotation in Constrexpr
Maxime Dénès
2019-04-10
Remove calls to global env in Inductiveops
Maxime Dénès
2019-04-10
Remove calls to Global.env in Glob_ops
Maxime Dénès
2019-03-18
Fix constr_matching on SProp
Gaëtan Gilbert
2019-02-28
Constructor type information uses the expanded form.
Pierre-Marie Pédrot
2019-02-19
Notations: Enforce strong evaluation of cases_pattern_of_glob_constr.
Hugo Herbelin
2019-02-04
Primitive integers
Maxime Dénès
2018-12-09
[doc] Enable Warning 50 [incorrect doc comment] and fix comments.
Emilio Jesus Gallego Arias
2018-10-02
Revert #6651: Use r.(p) syntax to print primitive projections
Maxime Dénès
2018-09-10
Moving part of pretyping dealing with ltac and renaming in new module GlobEnv.
Hugo Herbelin
2018-07-17
change into QuestionMark default
Siddharth Bhat
2018-07-17
Change QuestionMark for better record field missing error message.
Siddharth Bhat
2018-07-03
Glob_ops.rename_glob_vars: fix typo
Gaëtan Gilbert
2018-07-03
Glob_ops.fix_kind_eq: fix typo
Gaëtan Gilbert
2018-06-18
Remove reference name type.
Maxime Dénès
2018-06-17
Fixes #7811 (uncaught Not_found in notation printer related to "match").
Hugo Herbelin
2018-06-14
Merge PR #7105: Getting rid of some false "collision between bound variable n...
Matthieu Sozeau
2018-06-12
[api] Misctypes removal: several moves:
Emilio Jesus Gallego Arias
2018-05-30
[api] Remove deprecated object from `Term`
Emilio Jesus Gallego Arias
2018-05-23
Moving Option.smart_map to Option.Smart.map.
Hugo Herbelin
2018-05-23
Collecting List.smart_* functions into a module List.Smart.
Hugo Herbelin
2018-05-23
Collecting Array.smart_* functions into a module Array.Smart.
Hugo Herbelin
2018-05-04
[api] Rename `global_reference` to `GlobRef.t` to follow kernel style.
Emilio Jesus Gallego Arias
2018-03-28
Glob_ops: cosmetic renaming to reflect the type of objects.
Hugo Herbelin
2018-03-28
Getting rid of some false "collision between bound variable names" warnings.
Hugo Herbelin
2018-03-09
[located] More work towards using CAst.t
Emilio Jesus Gallego Arias
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-20
Using an "as" clause when needed for printing irrefutable patterns.
Hugo Herbelin
2018-02-20
Adding patterns in the category of binders for notations.
Hugo Herbelin
2018-02-20
Canonically add an encoding in glob_constr of "as" operator for cases_pattern.
Hugo Herbelin
2018-02-20
Moving the argument of CProdN/CLambdaN from binder_expr to local_binder_expr.
Hugo Herbelin
2018-01-30
Use r.(p) syntax to print primitive projections.
Maxime Dénès
[next]