aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/funind/indfun.ml
Commit message (Expand)AuthorAge
...
* kernel/declarations becomes a pure mliGravatar letouzey2013-02-26
* Dir_path --> DirPathGravatar letouzey2013-02-19
* Minor code cleanups, especially take advantage of Dir_path.is_emptyGravatar letouzey2013-02-18
* Uniformization of the "anomaly" command.Gravatar ppedrot2013-01-28
* Modulification of LabelGravatar ppedrot2012-12-18
* Modulification of dir_pathGravatar ppedrot2012-12-14
* Modulification of identifierGravatar ppedrot2012-12-14
* Moved Intset and Intmap to Int namespace.Gravatar ppedrot2012-12-14
* Taking into account the type of a definition (if it exists), and theGravatar herbelin2012-11-17
* Remove some more "open" and dead code thanks to OCaml4 warningsGravatar letouzey2012-10-02
* More cleaning on Utils and CList. Some parts of the code beingGravatar ppedrot2012-09-17
* Moving Utils.list_* to a proper CList module, which includes stdlibGravatar ppedrot2012-09-14
* This patch removes unused "open" (automatically generated fromGravatar regisgia2012-09-14
* The new ocaml compiler (4.00) has a lot of very cool warnings,Gravatar regisgia2012-09-14
* Added an indirection with respect to Loc in Compat. As many [open Compat]Gravatar ppedrot2012-06-22
* global_reference migrated from Libnames to new Globnames, less deps in gramma...Gravatar letouzey2012-05-29
* Basic stuff about constr_expr migrated from topconstr to constrexpr_opsGravatar letouzey2012-05-29
* New files intf/constrexpr.mli and intf/notation_term.mli out of TopconstrGravatar letouzey2012-05-29
* Glob_term now mli-only, operations now in Glob_opsGravatar letouzey2012-05-29
* locus.mli for occurrences+clauses, misctypes.mli for various little thingsGravatar letouzey2012-05-29
* "A -> B" is a notation for "forall _ : A, B".Gravatar pboutill2012-04-12
* Final part of moving Program code inside the main code. Adapted add_definitio...Gravatar msozeau2012-03-14
* Noise for nothingGravatar pboutill2012-03-02
* New version of recdef :Gravatar jforest2012-03-01
* In the syntax of pattern matching, "in" clauses are patterns.Gravatar pboutill2012-02-29
* Remove dynamic stuff from constr_expr and glob_constrGravatar glondu2011-10-28
* Added support for referring to subterms of the goal by pattern.Gravatar herbelin2011-09-26
* Call process_vernac_interp_error before calling Errors.print inGravatar herbelin2011-06-10
* A new mechanism to handle errors.Gravatar aspiwack2011-05-13
* Revert "Add [Polymorphic] flag for defs"Gravatar msozeau2011-04-13
* Add [Polymorphic] flag for defsGravatar msozeau2011-04-13
* Lazy loading of opaque proofs: fast as -dont-load-proofs without its drawbacksGravatar letouzey2011-04-03
* Data structure telling implicits of local variables is a map in theGravatar pboutill2011-02-10
* Remove the "Boxed" syntaxes and the const_entry_boxed fieldGravatar letouzey2011-01-28
* Rename files in funind to respect new conventionsGravatar glondu2010-12-24
* Rename rawterm.ml into glob_term.mlGravatar glondu2010-12-23
* Change of nomenclature: rawconstr -> glob_constrGravatar glondu2010-12-23
* Report fix bug 2345 from v8.3 (Bad error message when functionalGravatar courtieu2010-09-21
* correcting a bug in funind introduced in r 13292Gravatar jforest2010-07-23
* Simplified the way internalization_data (i.e. bindings of bound varsGravatar herbelin2010-07-22
* Amelioration dans FunctionGravatar jforest2010-07-16
* Fixed commit 13125 (stricter check of induction args): an interpretationGravatar herbelin2010-06-14
* Allowing to use an ordering different than Lt with measureGravatar jforest2010-06-09
* Using vernac parsing for FunctionGravatar jforest2010-06-08
* adding an option functional_induction_rewrite_dependent to make functional in...Gravatar jforest2009-12-16
* Fixed incorrect computation of possible guard in presence of `{ ... } contexts.Gravatar herbelin2009-12-12
* Added support for definition of fixpoints using tactics.Gravatar herbelin2009-11-27
* Added support for multiple where-clauses in Inductive and co (see wish #2163).Gravatar herbelin2009-11-11
* Restructuration of command.ml + generic infrastructure for inductive schemesGravatar herbelin2009-11-08
* Fixed record syntax "{|x=...; y=...|}" so that it works with qualified names.Gravatar gmelquio2009-11-04