aboutsummaryrefslogtreecommitdiff
path: root/kernel/term.mli
AgeCommit message (Expand)Author
2016-06-27Shrink Proofs/Obligations by default and deprecateMatthieu Sozeau
2016-02-16Term: fix a comment (first de Bruijn index is 1)Pierre Letouzey
2016-01-21Merge branch 'v8.5'Pierre-Marie Pédrot
2016-01-20Update copyright headers.Maxime Dénès
2016-01-11CLEANUP: kernel/context.ml{,i}Matej Kosik
2015-12-05Unifying betazeta_applist and prod_applist into a clearer interface.Hugo Herbelin
2015-12-05Moving three related small half-general half-ad-hoc utility functionsHugo Herbelin
2015-10-19Merge branch 'v8.5'Pierre-Marie Pédrot
2015-10-18Adding a function to mirror decompose_prod_n_assum in that it counts let-ins,Hugo Herbelin
2015-10-06Splitting kernel universe code in two modules.Pierre-Marie Pédrot
2015-01-12Update headers.Maxime Dénès
2014-12-27Revert "Term: include a function to print terms"Enrico Tassi
2014-12-26Term: include a function to print termsEnrico Tassi
2014-10-20A patch for printing "match" when constructors are defined with let-inHugo Herbelin
2014-09-30Simplify evarconv thanks to new delta status of projections,Matthieu Sozeau
2014-09-27Add a boolean to indicate the unfolding state of a primitive projection,Matthieu Sozeau
2014-06-10Cleanup in Univ, moving code for UniverseConstraints outside the kernel in Un...Matthieu Sozeau
2014-05-06This commit adds full universe polymorphism and fast projections to Coq.Matthieu Sozeau
2014-04-28Adding a field ci_cstr_nargs to case_info and mind_consnrealargs toHugo Herbelin
2014-03-05Fix typo in comment.Maxime Dénès
2013-10-29Do not generate useless argument arrays in whd_* functions.ppedrot
2013-04-29Splitting Term into five unrelated interfaces:ppedrot
2013-04-15Checker: regroup all vo-related types in cic.mliletouzey
2013-03-25 Comments in mlipboutill
2013-03-13Restrict (try...with...) to avoid catching critical exn (part 5)letouzey
2013-03-12Term.dest* functions now raise specific DestKO exn instead of Invalid_argumentletouzey
2013-01-22New implementation of the conversion test, using normalization by evaluation tomdenes
2012-12-18Modulification of nameppedrot
2012-12-14Modulification of identifierppedrot
2012-11-26Removed some FIXME related to equality on universes.ppedrot
2012-11-13More monomorphizationsppedrot
2012-08-08Updating headers.herbelin
2012-06-20Fixing bug #2817 (occur check was not done up to instantiation ofherbelin
2012-03-20Reorganizing the structure of evarutil.ml (only restructuration, noherbelin
2012-03-13Fixing vm_compute bug #2729 (function used to decompose constructorsherbelin
2011-10-11More on r14536 (an unused pattern-matching remained in the commit).herbelin
2011-10-10Hash-consing of mutual_inductive_body (and Univ.constraints)letouzey
2011-10-02Hash-consing of constr could share moreletouzey
2011-09-22Remove specific hash-consing of Term.types (was unused anyway)letouzey
2011-09-08More twicks on hash-consingletouzey
2011-08-10Propagated information from the reduction tactics to the kernel soherbelin
2011-07-29Extraction: replace generic = on mutual_inductive_body by mib_equalpuech
2011-07-29Term: moved function constr_ord (a.k.a compare_constr) from Sequent to Termpuech
2011-07-29Ccalgo, Ccproof: multiple generic Hashtbl on constr and term replaced by Cons...puech
2011-07-29Term: added function eq_named_declarationpuech
2011-04-06A few extra combinators about rel_declaration/named_declaration + a bit of docherbelin
2010-12-19Fixing bug #2454: inversion predicate strategy for inferring the typeherbelin
2010-11-03Remove suspiciously named "implicit" stuff from Termglondu
2010-10-05Reintroduce kind_of_type (used by Presburger contrib)glondu
2010-09-28Remove kind_of_type, kind_of_term2 (dead code)glondu