aboutsummaryrefslogtreecommitdiff
path: root/plugins/omega/coq_omega.ml
AgeCommit message (Expand)Author
2014-08-01Removing some tactic compatibility layer.Pierre-Marie Pédrot
2014-07-09Arith: full integration of the "Numbers" modular frameworkPierre Letouzey
2014-05-06- Rename eq to equal in Univ, document new modules, set interfaces.Matthieu Sozeau
2014-05-06This commit adds full universe polymorphism and fast projections to Coq.Matthieu Sozeau
2014-04-25Removing useless try-with clauses in Goal.enter variants.Pierre-Marie Pédrot
2014-03-05Remove many superfluous 'open' indicated by ocamlc -w +33Pierre Letouzey
2014-02-27Proofview.Notations: Now that (>>=) is free, use it for tclBIND.Arnaud Spiwack
2014-01-10Omega: avoiding distinct proof-terms on repeated identical runsPierre Letouzey
2013-12-02Writing [cut] tactic using the new monad.Pierre-Marie Pédrot
2013-11-08Porting Tactics.assumption to the new engine.ppedrot
2013-11-02Made Proofview.Goal.hyps a named_context.aspiwack
2013-11-02Less use of the list-based interface for goal-bound tactics.aspiwack
2013-11-02Tachmach.New is now in Proofview.Goal.enter style.aspiwack
2013-11-02More Proofview.Goal.enter.aspiwack
2013-11-02Small syntax fix to be compatible with Ocaml 3.11.aspiwack
2013-11-02Removed spurious try/with in Proofview.Notation.(>>=) and (>>==).aspiwack
2013-11-02Clean-up: removed redundant notations (>>-) and (>>--) from Proofview.Notations.aspiwack
2013-11-02Getting rid of Goal.here, and all the related exceptions and combinators.aspiwack
2013-11-02Makes the new Proofview.tactic the basic type of Ltac.aspiwack
2013-10-24More monomorphic List.mem + List.assoc + ...letouzey
2013-10-24Turn many List.assoc into List.assoc_fletouzey
2013-09-27Removing a bunch of generic equalities.ppedrot
2013-09-19Get rid of the uses of deprecated OCaml elements (still remaining compatible ...xclerc
2013-03-13Restrict (try...with...) to avoid catching critical exn (part 15)letouzey
2013-01-28Uniformization of the "anomaly" command.ppedrot
2012-12-14Modulification of identifierppedrot
2012-10-02Remove some more "open" and dead code thanks to OCaml4 warningsletouzey
2012-09-14Moving Utils.list_* to a proper CList module, which includes stdlibppedrot
2012-09-14The new ocaml compiler (4.00) has a lot of very cool warnings,regisgia
2012-08-08Updating headers.herbelin
2012-07-05ZArith + other : favor the use of modern names instead of compat notationsletouzey
2012-06-01Cleaning Pp.ppnl useppedrot
2012-05-29global_reference migrated from Libnames to new Globnames, less deps in gramma...letouzey
2012-05-29locus.mli for occurrences+clauses, misctypes.mli for various little thingsletouzey
2012-03-02Noise for nothingpboutill
2011-11-24Fixed some missing options from previous commit.ppedrot
2011-09-16Omega: for non-arithmetical goals, try proving False from context (wish #2236)letouzey
2011-09-15Omega aware of Z.pred (fix #1912)letouzey
2011-07-29Coq_omega: replaced generic = on constr by eq_constrpuech
2011-07-29Coq_omega: replaced many generic = on constr by eq_constrpuech
2011-05-05Modularisation of Znat, a few name changed elsewhereletouzey
2011-05-05Modularization of Pnatletouzey
2010-12-23Rename rawterm.ml into glob_term.mlglondu
2010-11-16Use full path for unknown stuff in omegaglondu
2010-09-28Remove some occurrences of "open Termops"glondu
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2009-12-21Generic support for open terms in tacticsherbelin
2009-11-03OrderedType implementation for various numerical datatypes + min/max structuresletouzey
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu