index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
funind
/
glob_termops.ml
Age
Commit message (
Expand
)
Author
2021-03-30
Remove the :> type cast
Jim Fehrle
2020-10-21
Similar introduction of a Construct module in the Names API.
Pierre-Marie Pédrot
2020-07-06
Primitive persistent arrays
Maxime Dénès
2020-04-10
[ocamlformat] Enable for funind.
Emilio Jesus Gallego Arias
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-11-01
Add primitive float computation in Coq kernel
Guillaume Bertholon
2019-08-27
[cleanup] Replace uses of UserError constructor, clarify exception names.
Emilio Jesus Gallego Arias
2019-08-19
[api] Move handling of variable implicit data to impargs
Emilio Jesus Gallego Arias
2019-07-08
[api] Deprecate GlobRef constructors.
Emilio Jesus Gallego Arias
2019-04-10
Remove calls to global env in Inductiveops
Maxime Dénès
2019-02-04
Primitive integers
Maxime Dénès
2018-10-10
[coqlib] Rebindable Coqlib namespace.
Emilio Jesus Gallego Arias
2018-10-02
Revert #6651: Use r.(p) syntax to print primitive projections
Maxime Dénès
2018-06-12
[api] Misctypes removal: several moves:
Emilio Jesus Gallego Arias
2018-05-30
[api] Remove deprecated object from `Term`
Emilio Jesus Gallego Arias
2018-05-04
[api] Rename `global_reference` to `GlobRef.t` to follow kernel style.
Emilio Jesus Gallego Arias
2018-04-17
Deprecate mixing univ minimization and evm normalization functions.
Gaëtan Gilbert
2018-04-13
Evar maps contain econstrs.
Gaëtan Gilbert
2018-03-09
[located] More work towards using CAst.t
Emilio Jesus Gallego Arias
2018-02-19
pretyping: restore API understand_judgment_tcc (now understand_tcc_ty)
Enrico Tassi
2018-01-30
Use r.(p) syntax to print primitive projections.
Maxime Dénès
2018-01-24
Remove dead code from funind.
Maxime Dénès
2017-09-28
Efficient fresh name generation relying on sets.
Pierre-Marie Pédrot
2017-09-04
Making detyping potentially lazy.
Pierre-Marie Pédrot
2017-07-29
closing bug 5315
Julien Forest
2017-07-17
[API] Remove `open API` in ml files in favor of `-open API` flag.
Emilio Jesus Gallego Arias
2017-06-14
Merge PR#513: A fix to #5414 (ident bound by ltac names now known for "match").
Maxime Dénès
2017-06-10
Remove (useless) aliases from the API.
Matej Košík
2017-06-09
A fix to #5414 (ident bound by ltac names now known for "match").
Hugo Herbelin
2017-06-07
Put all plugins behind an "API".
Matej Kosik
2017-06-06
Merge PR#716: Don't double up on periods in anomalies
Maxime Dénès
2017-06-02
Drop '.' from CErrors.anomaly, insert it in args
Jason Gross
2017-06-01
solving implicit resolution in Function
Julien Forest
2017-05-27
[cleanup] Unify all calls to the error function.
Emilio Jesus Gallego Arias
2017-04-25
[location] [ast] Port module AST to CAst
Emilio Jesus Gallego Arias
2017-04-25
[location] Make location optional in Loc.located
Emilio Jesus Gallego Arias
2017-04-24
[location] Switch glob_constr to Loc.located
Emilio Jesus Gallego Arias
2017-04-24
[location] Move Glob_term.cases_pattern to located.
Emilio Jesus Gallego Arias
2017-03-24
Replacing "cast surgery" in LetIn by a proper field (see PR #404).
Hugo Herbelin
2016-08-19
Make the user_err header an optional parameter.
Emilio Jesus Gallego Arias
2016-07-03
errors.ml renamed into cErrors.ml (avoid clash with an OCaml compiler-lib mod...
Pierre Letouzey
2014-09-30
Add syntax for naming new goals in refine: writing ?[id] instead of _
Hugo Herbelin
2014-09-17
Revert specific syntax for primitive projections, avoiding ugly
Matthieu Sozeau
2014-08-01
A tentative uniform naming policy in module Inductiveops.
Hugo Herbelin
2014-05-06
This commit adds full universe polymorphism and fast projections to Coq.
Matthieu Sozeau
2013-11-27
Adding generic solvers to term holes. For now, no resolution mechanism nor
Pierre-Marie Pédrot
2013-10-24
More monomorphic List.mem + List.assoc + ...
letouzey
2013-09-27
Removing a bunch of generic equalities.
ppedrot
2013-03-13
Restrict (try...with...) to avoid catching critical exn (part 9)
letouzey
[next]