index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pretyping
/
pretyping.ml
Age
Commit message (
Expand
)
Author
2016-10-20
A fix for #5097 (status of evars refined by "clear" in ltac: closed wrt evars).
Hugo Herbelin
2016-09-10
Fixing #5077 (failure on typing a fixpoint with evars in its type).
Hugo Herbelin
2016-05-12
Small optimization in evar resolution.
Pierre-Marie Pédrot
2016-01-23
Fix bug #4519: oops, global shadowed local universe level bindings.
Matthieu Sozeau
2016-01-20
Update copyright headers.
Maxime Dénès
2016-01-12
Fixing #4256 and #4484 (changes in evar-evar resolution made that new
Hugo Herbelin
2015-11-27
Univs: entirely disallow instantiation of polymorphic constants with
Matthieu Sozeau
2015-11-11
Fix bug #4293: ensure let-ins do not contain algebraic universes in
Matthieu Sozeau
2015-11-04
Univs: update refman, better printers for universe contexts.
Matthieu Sozeau
2015-10-15
Avoid dependency of the pretyper on C code.
Maxime Dénès
2015-10-15
Fix #4346 2/2: VM casts were not inferring universe constraints.
Maxime Dénès
2015-10-15
Fix #4346 1/2: native casts were not inferring universe constraints.
Maxime Dénès
2015-10-11
Refining 0c320e79ba30 in fixing interpretation of constr under binders
Hugo Herbelin
2015-10-08
Univs: fix bug #3807
Matthieu Sozeau
2015-10-07
Univs: add Strict Universe Declaration option (on by default)
Matthieu Sozeau
2015-10-06
Univs (pretyping): call vm_compute/native_compute with the current
Matthieu Sozeau
2015-10-02
Univs: fix bug #4251, handling of template polymorphic constants.
Matthieu Sozeau
2015-10-02
Univs (pretyping): allow parsing and decl of Top.n
Matthieu Sozeau
2015-08-02
Continuing 817308ab (use ltac env for terms in ltac context) + fix
Hugo Herbelin
2015-08-02
Fixing #4221 (interpreting bound variables using ltac env was possibly
Hugo Herbelin
2015-05-13
Safer typing primitives.
Pierre-Marie Pédrot
2015-02-23
Fix some typos in comments.
Guillaume Melquiond
2015-02-16
Remove some dead code and add test-suite file.
Matthieu Sozeau
2015-01-12
Update headers.
Maxime Dénès
2014-12-19
When pretyping [uconstr] closures, don't use the local Ltac variable environm...
Arnaud Spiwack
2014-12-16
Getting rid of Exninfo hacks.
Pierre-Marie Pédrot
2014-12-11
Tentatively more informative report of failure when inferring
Hugo Herbelin
2014-11-19
uconstr: fix bug in interpretation of Ltac-bound name in let-tuple and patter...
Arnaud Spiwack
2014-11-09
Fixing bug #3792.
Pierre-Marie Pédrot
2014-11-03
Fixing confused code for interpretations of evar instances.
Hugo Herbelin
2014-11-03
Fixing inefficiency in typeclass resolution.
Pierre-Marie Pédrot
2014-10-25
This commit introduces changes in induction and destruct.
Hugo Herbelin
2014-10-07
Build unfolded versions of the primitive projection in let (a, p) := ...
Matthieu Sozeau
2014-10-02
Fixing interpretation of constr under binders which was broken after
Hugo Herbelin
2014-09-30
Add syntax for naming new goals in refine: writing ?[id] instead of _
Hugo Herbelin
2014-09-27
Add a boolean to indicate the unfolding state of a primitive projection,
Matthieu Sozeau
2014-09-19
Fixes in Ltac pattern-matching on primitive projections
Matthieu Sozeau
2014-09-17
Revert specific syntax for primitive projections, avoiding ugly
Matthieu Sozeau
2014-09-15
Fix: when interpreting a identifier in pretying, use the Ltac identifier subs...
Arnaud Spiwack
2014-09-15
Fix a bug in the naming of binders.
Arnaud Spiwack
2014-09-13
Providing a -type-in-type option for collapsing the universe hierarchy.
Hugo Herbelin
2014-09-13
Checking typability of evar instances. Using ";" to separate bindings
Hugo Herbelin
2014-09-12
Uniformisation of the order of arguments env and sigma.
Hugo Herbelin
2014-09-12
Parsing evar instances.
Hugo Herbelin
2014-09-12
Referring to evars by names. Added a parser for evars (but parsing of
Hugo Herbelin
2014-09-08
Parsing of Type@{max(i,j)}.
Matthieu Sozeau
2014-09-05
The pretyping of [uconstr] in [refine] uses the identifier of the ltac contex...
Arnaud Spiwack
2014-09-05
Adds an identifier context in pretying's Ltac context.
Arnaud Spiwack
2014-08-28
Change the way primitive projections are declared to the kernel.
Matthieu Sozeau
2014-08-07
Better structure for Ltac pretyping environments.
Pierre-Marie Pédrot
[next]