index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pretyping
/
recordops.ml
Age
Commit message (
Expand
)
Author
2021-03-26
[recordops] complete API rewrite; the module is now called [structures]
Enrico Tassi
2020-12-14
Do not rely on Reductionops to recognize canonical projections.
Pierre-Marie Pédrot
2020-11-19
Use a proper canonical structure entry for projections.
Hugo Herbelin
2020-11-19
Fixes #9971: expand_projections failing on primitive projections of unknown t...
Hugo Herbelin
2020-07-09
Recordops: unify struc_typ summary record and libobject entry struc_tuple
Gaëtan Gilbert
2020-07-05
Fix Canonical with universe polymorphism and primitive projection
Gaëtan Gilbert
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-02-12
Standardize constr -> globref operations to use destRef/isRef/isRefX
Gaëtan Gilbert
2020-01-09
Fix build after merge of #11164
Gaëtan Gilbert
2020-01-09
Merge PR #11164: [CS] allow Let variable to be canonical
Pierre-Marie Pédrot
2019-12-28
Extend `Print Canonical Projections` with a search functionality
Kazuhiko Sakaguchi
2019-12-24
[recordops] do not open GlobRef
Enrico Tassi
2019-12-24
[CS] Allow a variable introduced with Let to be a canonical instance
Enrico Tassi
2019-11-21
[coq] Untabify the whole ML codebase.
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-05-10
[Canonical structures] “not_canonical” annotation to field declarations
Vincent Laporte
2019-05-10
[Canonical structures] Some projections may not be canonical
Vincent Laporte
2019-05-07
[Canonical structures] Deforestation
Vincent Laporte
2019-04-10
Remove calls to Global.env and Libobject from Recordops
Maxime Dénès
2019-04-01
Merge PR #9870: Minor refactoring in canonical structures
Enrico Tassi
2019-03-30
Error when [foo.(bar)] is used with nonprojection [bar]
Gaëtan Gilbert
2019-03-30
[Canonical structures] Minor refactoring
Vincent Laporte
2019-03-30
[Canonical structures] Minor cleaning
Vincent Laporte
2019-01-24
Simplify code for Recordops.cs_pattern_of_constr
Gaëtan Gilbert
2019-01-22
[CS] recognize applied primitive projections as keys (fix #9375)
Enrico Tassi
2018-12-12
Merge PR #8974: Fix mod_subst wrt universe polymorphism
Maxime Dénès
2018-12-09
[doc] Enable Warning 50 [incorrect doc comment] and fix comments.
Emilio Jesus Gallego Arias
2018-12-05
Fix mod_subst wrt universe polymorphism
Gaëtan Gilbert
2018-11-16
No Projection.constant in projection <-> constant declaration
Gaëtan Gilbert
2018-11-06
Move debug term printer to kernel
Maxime Dénès
2018-10-18
[api] Qualify access to `Nametab`
Emilio Jesus Gallego Arias
2018-10-14
Parameterizing default inhabitant for impossible cases with an environment.
Hugo Herbelin
2018-10-05
[kernel] Remove section paths from `KerName.t`
Maxime Dénès
2018-09-26
[print] Restrict use of "debug" Termops printer.
Emilio Jesus Gallego Arias
2018-09-23
Checking if low-level name printers are used on purpose or not.
Hugo Herbelin
2018-09-12
Move maps & sets indexed by GlobRef.t into the kernel
Vincent Laporte
2018-07-24
Projections use index representation
Gaëtan Gilbert
2018-05-25
Remove some occurrences of Evd.empty
Maxime Dénès
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-04
[api] Rename `global_reference` to `GlobRef.t` to follow kernel style.
Emilio Jesus Gallego Arias
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-06
More detailed error messages for Canonical Structure, #6398
Paul Steckler
2017-11-22
[api] Deprecate Term destructors, move to Constr
Emilio Jesus Gallego Arias
2017-11-13
[api] Another large deprecation, `Nameops`
Emilio Jesus Gallego Arias
2017-11-06
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-11-06
[api] Deprecate all legacy uses of Names in core.
Emilio Jesus Gallego Arias
2017-10-17
unification: fix BZ#5692, recognize prim projs as CS projections
Matthieu Sozeau
2017-10-17
Properly handling projection parameters in canonical structures.
Pierre-Marie Pédrot
[next]