index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pretyping
/
evarconv.mli
Age
Commit message (
Expand
)
Author
2020-09-02
Abstract type for allowed evars
Maxime Dénès
2020-09-02
Replace `frozen` by `allowed` evars in evarconv, and delay them
Maxime Dénès
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2019-11-21
[coq] Untabify the whole ML codebase.
Emilio Jesus Gallego Arias
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-05-23
Fixing typos - Part 3
JPR
2019-05-10
[api] Remove 8.10 deprecations.
Emilio Jesus Gallego Arias
2019-05-07
Do not use the constant stack in whd_betaiota_deltazeta_for_iota_state.
Pierre-Marie Pédrot
2019-02-08
evarconf transp state and comments fixes
Matthieu Sozeau
2019-02-08
Add back the deprecated conv/cumul functions.
Matthieu Sozeau
2019-02-08
Change interfaces of evarconv as suggested by Enrico.
Matthieu Sozeau
2019-02-08
[occur_rigidly] Try improving occur-check approximation
Matthieu Sozeau
2019-02-08
Flags of evar_conv_x/unifiers: rationalize
Matthieu Sozeau
2019-02-08
Rename types_or_terms and the unification function types
Matthieu Sozeau
2019-02-08
Abstraction naming
Matthieu Sozeau
2019-02-08
evarconv/evarsolve: HO matching algorithm with occurrence selection
Matthieu Sozeau
2019-02-08
[evarconv] New flag handling for unifier
Matthieu Sozeau
2018-11-19
Rename TranspState into TransparentState.
Pierre-Marie Pédrot
2018-11-19
Move transparent_state to its own module.
Pierre-Marie Pédrot
2018-10-14
Parameterizing default inhabitant for impossible cases with an environment.
Hugo Herbelin
2018-10-06
[api] Remove (most) 8.9 deprecated objects.
Emilio Jesus Gallego Arias
2018-05-11
set_solve_evars doesn't use an evar_map ref
Gaëtan Gilbert
2018-05-11
Deprecate Evarconv.e_conv,e_cumul
Gaëtan Gilbert
2018-05-11
Deprecate most evarutil evdref functions
Gaëtan Gilbert
2018-03-28
[api] Deprecate a couple of aliases that we missed.
Emilio Jesus Gallego Arias
2018-02-27
Update headers following #6543.
Théo Zimmermann
2017-11-06
[api] Move structures deprecated in the API to the core.
Emilio Jesus Gallego Arias
2017-07-04
Bump year in headers.
Pierre-Marie Pédrot
2017-05-27
[coqlib] Move `Coqlib` to `library/`.
Emilio Jesus Gallego Arias
2017-04-27
Remove unused [open] statements
Gaetan Gilbert
2017-02-14
Merge branch 'master'.
Pierre-Marie Pédrot
2017-02-14
Evarconv API using EConstr.
Pierre-Marie Pédrot
2017-02-14
Reductionops API using EConstr.
Pierre-Marie Pédrot
2016-10-22
Renamings to avoid confusion deprecating old names
Matthieu Sozeau
2016-01-20
Update copyright headers.
Maxime Dénès
2015-01-12
Update headers.
Maxime Dénès
2014-12-15
Documenting check_record + changing a possibly undefined int into int option.
Hugo Herbelin
2014-12-12
Two fixes in unification (bugs #3782 and #3709)
Matthieu Sozeau
2014-12-09
Setup hook to change the unification algorithm used by evarconv,
Matthieu Sozeau
2014-09-26
Fix canonical structure resolution which was launched on the results of
Matthieu Sozeau
2014-06-11
- Fix bug #3368, due to wrong use of the Cst_stack for projections.
Matthieu Sozeau
2014-05-26
Cst_stack before stack (abstraction leak in whd_gen)
Pierre Boutillier
2014-05-06
- Add back some compatibility functions to avoid rewriting plugins.
Matthieu Sozeau
2014-05-06
- Fixes for canonical structure resolution (check that the initial term indee...
Matthieu Sozeau
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2014-03-16
consider_remaining_unif_problems respects Conv_oracle
Pierre Boutillier
2014-03-10
Evarconv unification respects Conv_oracle
Pierre Boutillier
2014-03-05
Remove many superfluous 'open' indicated by ocamlc -w +33
Pierre Letouzey
2014-02-24
Reductionops.Stack.strip* are ready to deal with Shift
Pierre Boutillier
2014-02-24
Stack operations of Reductionops in Reductionops.Stack
Pierre Boutillier
[next]