index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vernac
/
comInductive.ml
Age
Commit message (
Expand
)
Author
2021-01-04
Change the representation of kernel case.
Pierre-Marie Pédrot
2020-11-26
[environ] [typing_flags] Introduce helper function to remove duplicate code
Emilio Jesus Gallego Arias
2020-11-26
[vernac] Allow to control typing flags with attributes.
Emilio Jesus Gallego Arias
2020-11-20
Merge PR #13305: Only lower inductives to Prop if the type is syntactically a...
Pierre-Marie Pédrot
2020-11-16
Only lower inductives to Prop if the type is syntactically an arity.
Gaëtan Gilbert
2020-11-16
Small cleanup in ComInductive
Gaëtan Gilbert
2020-11-16
Syntax for specifying cumulative inductives
Gaëtan Gilbert
2020-11-16
Infrastructure for cumulative inductive syntax (no grammar extension yet)
Gaëtan Gilbert
2020-09-30
Fix combining uniform parameters and mutual inductives.
Jasper Hugunin
2020-09-03
Fix incorrect debruijn handling when Record calls maybe_unify_params_in
Gaëtan Gilbert
2020-06-26
[declare] [api] Removal of deprecated functions
Emilio Jesus Gallego Arias
2020-06-17
Check duplicity of constructor names in an algorithmically efficient way.
Pierre-Marie Pédrot
2020-06-06
Fix uncaught NotArity in inductive type
Gaëtan Gilbert
2020-05-13
Make explicit that UGraph lower bounds are only of two kinds.
Pierre-Marie Pédrot
2020-03-31
Try only using TC for conversion in cominductive (not great but let's see)
Gaëtan Gilbert
2020-03-31
Remove check_hidden_implicit_parameters (not needed anymore)
Gaëtan Gilbert
2020-03-31
Remove special case for implicit inductive parameters
Maxime Dénès
2020-03-18
Update headers in the whole code base.
Théo Zimmermann
2020-03-08
Template polymorphism is now a property of the inductive block.
Pierre-Marie Pédrot
2020-03-08
Do not hardcode specific handling of Prop levels in template poly.
Pierre-Marie Pédrot
2020-02-22
Merge PR #11596: ComInductive: use lbound=Prop iff non polymorphic
Emilio Jesus Gallego Arias
2020-02-19
ComInductive: use lbound=Prop iff non polymorphic
Gaëtan Gilbert
2020-02-17
New syntax [Inductive Acc A R | x : Prop := ...]
Gaëtan Gilbert
2020-02-12
Remove Goptions.opt_name field
Gaëtan Gilbert
2020-02-09
Remove the Template Check option.
Pierre-Marie Pédrot
2019-12-22
Rename files with Class in their name to make their role clearer.
Pierre-Marie Pédrot
2019-12-16
Don't pass (ignored) implicits to interp_mutual_inductive_constr
Gaëtan Gilbert
2019-12-16
Remove variance info from inductive entries, infer in indtyping
Gaëtan Gilbert
2019-12-16
reduce arguments of template_polymorphism_candidate
Gaëtan Gilbert
2019-12-16
comInductive: remove redundant check_evars calls
Gaëtan Gilbert
2019-12-16
Pretyping.check_evars: make initial evar map optional
Gaëtan Gilbert
2019-11-26
indTyping: error instead of anomaly for ill-formed template
Gaëtan Gilbert
2019-11-26
Fix #11039: proof of False with template poly and nonlinear universes
Gaëtan Gilbert
2019-11-05
Fix #11048: uncaught destKO in inductive type
Gaëtan Gilbert
2019-11-01
minor cleanup of anonymous functions
Gaëtan Gilbert
2019-11-01
Expose universe processing in comInductive.
Jan-Oliver Kaiser
2019-10-25
[inductive] [declare] Move full inductive declaration to declareInd
Emilio Jesus Gallego Arias
2019-10-24
[declare] Split inductive declaration code to vernac/
Emilio Jesus Gallego Arias
2019-10-24
[declare] Split universe declaration code to vernac/
Emilio Jesus Gallego Arias
2019-08-26
Document `Template Check` flag and add changelog entry for 9918
Matthieu Sozeau
2019-08-26
Make kernel parametric on the lowest universe and fix #9294
Matthieu Sozeau
2019-08-08
Emit Feedback.AddedAxiom in Declare instead of higher layers
Gaëtan Gilbert
2019-07-19
[vernac] [inductive] Remove unused functions/exports.
Emilio Jesus Gallego Arias
2019-07-08
[api] Deprecate GlobRef constructors.
Emilio Jesus Gallego Arias
2019-07-01
[api] Reduce declare_kinds even more.
Emilio Jesus Gallego Arias
2019-06-27
[vernac] Cleanup on interface of Vernacentries
Emilio Jesus Gallego Arias
2019-06-24
[api] Remove `polymorphic` type alias, use labels instead.
Emilio Jesus Gallego Arias
2019-06-17
Update ml-style headers to new year.
Théo Zimmermann
2019-06-16
Turning "manual_implicits" into a list of position in impargs.ml.
Hugo Herbelin
2019-06-16
Adding location in warning telling implicit arguments differ in term and type.
Hugo Herbelin
[next]