index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pretyping
/
reductionops.mli
Age
Commit message (
Expand
)
Author
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-05-10
Remove various circumvolutions from reduction behaviors
Maxime Dénès
2019-05-07
Do not use the constant stack in whd_betaiota_deltazeta_for_iota_state.
Pierre-Marie Pédrot
2019-03-14
Add relevance marks on binders.
Gaëtan Gilbert
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-11-19
Rename TranspState into TransparentState.
Pierre-Marie Pédrot
2018-11-19
Proper record type and accessors for transparent states.
Pierre-Marie Pédrot
2018-11-19
Move transparent_state to its own module.
Pierre-Marie Pédrot
2018-10-30
Avoid redefining reduction functions in fun_ind
Maxime Dénès
2018-09-26
[print] Restrict use of "debug" Termops printer.
Emilio Jesus Gallego Arias
2018-09-06
Fixing #8270 (cbn was calling zeta even when not asked for).
Hugo Herbelin
2018-07-25
Merge PR #7889: Cleanup reduction effects: they only work on constants.
Pierre-Marie Pédrot
2018-07-24
Projections use index representation
Gaëtan Gilbert
2018-07-12
Cleanup reduction effects: they only work on constants.
Gaëtan Gilbert
2018-06-04
Stronger invariants in unification signature.
Pierre-Marie Pédrot
2018-05-04
[api] Rename `global_reference` to `GlobRef.t` to follow kernel style.
Emilio Jesus Gallego Arias
2018-03-28
[api] Deprecate a couple of aliases that we missed.
Emilio Jesus Gallego Arias
2018-03-08
[compat] Remove "Refolding Reduction" option.
Emilio Jesus Gallego Arias
2018-03-05
Replace invalid tag @raises in ocamldoc comments with @raise
mrmr1993
2018-02-27
Update headers following #6543.
Théo Zimmermann
2018-02-02
Reductionops.nf_* now take an environment.
Gaëtan Gilbert
2017-12-12
Further clean-up in Reductionops, removing unused lift arguments.
Maxime Dénès
2017-12-09
[api] Remove yet another type alias.
Emilio Jesus Gallego Arias
2017-12-06
Getting rid of the Update constructor in Reductionops.
Pierre-Marie Pédrot
2017-12-06
Getting rid of the Shift constructor in Reductionops.
Pierre-Marie Pédrot
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-07-27
deprecate Pp.std_ppcmds type alias
Matej Košík
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-06-16
Fix a bug in cumulativity
Amin Timany
2017-06-13
Merge PR#714: Print feature Proof-of-Concept (episode 2)
Maxime Dénès
2017-06-06
Remove the Sigma (monotonous state) API.
Maxime Dénès
2017-06-04
Added support for a side effect on constants in reduction functions.
Thomas Sibut-Pinote
2017-04-27
Fix 4.04 warnings
Gaetan Gilbert
2017-04-01
Using delayed universe instances in EConstr.
Pierre-Marie Pédrot
2017-04-01
Actually exporting delayed universes in the EConstr implementation.
Pierre-Marie Pédrot
2017-03-31
Make the Constr.kind_of_term type parametric in sorts and universes.
Pierre-Marie Pédrot
2017-02-14
Definining EConstr-based contexts.
Pierre-Marie Pédrot
2017-02-14
Evar-normalizing functions now act on EConstrs.
Pierre-Marie Pédrot
2017-02-14
Cc API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Reductionops now return EConstrs.
Pierre-Marie Pédrot
2017-02-14
Eliminating parts of the right-hand side compatibility layer
Pierre-Marie Pédrot
2017-02-14
Rewrite API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Inv API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Clenv API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Unification API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Pretyping API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Reductionops API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Termops API using EConstr.
Pierre-Marie Pédrot
[next]