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-06-15
Allow `Pretyping.search_guard` to not check guard
Arnaud Spiwack
2016-06-14
Assume totality: dedicated type rather than bool
Arnaud Spiwack
2016-04-05
Revert "Prevent pretyping from checking well-guardedness unnecessarily."
Arnaud Spiwack
2015-09-25
Prevent pretyping from checking well-guardedness unnecessarily.
Arnaud Spiwack
2015-06-26
Add a flag to deactivate guard checking in the kernel.
Arnaud Spiwack
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
2014-08-06
[uconstr]: use a closure instead of eager substitution.
Arnaud Spiwack
2014-08-03
Move to a representation of universe polymorphic constants using indices for ...
Matthieu Sozeau
2014-08-01
A tentative uniform naming policy in module Inductiveops.
Hugo Herbelin
2014-07-01
Add toplevel commands to declare global universes and constraints.
Matthieu Sozeau
2014-06-28
Quickly fixing bug #2996: typing functions now check when referring to
Hugo Herbelin
2014-06-26
Change interface of refresh universes to get a pbty argument instead of
Matthieu Sozeau
2014-06-23
Fix for bug 1951, allowing at least fully-applied inductives types to be used
Matthieu Sozeau
2014-06-20
Fixed some HoTT bugs, provide a proper error message when giving an ill-formed
Matthieu Sozeau
2014-06-20
Cleanup treatment of template universe polymorphism (thanks to E. Tassi
Matthieu Sozeau
2014-06-17
Fixing #3282 (two bugs in the presence of let-in's in "fix").
Hugo Herbelin
2014-06-17
Removing dead code.
Pierre-Marie Pédrot
2014-06-17
Fix type inference of the record argument of a projection to catch ill-typed
Matthieu Sozeau
2014-06-11
In generalized rewrite, avoid retyping completely and constantly the conclusi...
Matthieu Sozeau
2014-06-04
Collecting in Namegen those conventional default names that are used in diffe...
Hugo Herbelin
2014-06-04
- Fix hashing of levels to get the "right" order in universe contexts etc...
Matthieu Sozeau
[next]