swh:1:snp:f54a27e650a8acca38b6d19c9bf2c307c6c07756

sort by:
Revision Author Date Message Commit Date
b960d7d Fixed univ.v issue 10 March 2020, 13:36:59 UTC
f698673 Big change in universes: - change the representation of UnivExpr - change the representation of universes (sorted, non empty list w/o duplicate) - prove completness of the comparison algorithm 04 March 2020, 11:38:55 UTC
e4d4e80 Merge pull request #380 from MetaCoq/testsuite-tsl Fix minor stuffs in test-suite and translations 02 March 2020, 09:17:23 UTC
d4cac4d Fix minor stuffs in test-suite and translations 02 March 2020, 08:22:11 UTC
ffe5f7b Update README.md 28 February 2020, 11:20:52 UTC
0653ec4 Update opam files 27 February 2020, 11:42:00 UTC
6aa7b3f Fix travis script in case switch exists 27 February 2020, 11:01:39 UTC
d63f7c4 Update test-suite to 8.10 27 February 2020, 10:50:19 UTC
606653e No more camlp5 needed! 26 February 2020, 19:57:35 UTC
71d047b Fix issue with change of switch 26 February 2020, 19:50:35 UTC
b6040f8 Update trarvis requirements to 8.10 26 February 2020, 19:37:43 UTC
1b207b0 Fix trarnslations. This required reverting the hack of "mind_body_to_entry" to compute parameters. 26 February 2020, 19:30:26 UTC
cb5275f Disable plugin building in checker also 14 February 2020, 16:07:13 UTC
d404665 Update .gitignore 14 February 2020, 15:45:19 UTC
9c5fb71 Ported erasure 14 February 2020, 15:43:01 UTC
76b5517 Ported the safe checker 14 February 2020, 15:27:38 UTC
aa9a5ef Update PCUIC to 8.10, remove plugin construction 14 February 2020, 14:35:56 UTC
b3e520d Adapt .v files to 8.10 14 February 2020, 14:11:10 UTC
431dfc3 Induction.ml not needed for extraction of template-coq anymore 14 February 2020, 13:27:20 UTC
e850060 Move .ml4's to .mlg's 14 February 2020, 13:25:24 UTC
9b2ab6f Extractable compiling too 14 February 2020, 13:17:23 UTC
01a465f  Finally running the loader! 13 February 2020, 15:53:13 UTC
bdae782 WIP Porting to 8.10 13 February 2020, 14:04:38 UTC
a7a55ad WIP adapting to 8.10 11 February 2020, 16:36:30 UTC
c471531 Port to Coq 8.10 (not supporting SProp or Int) 11 February 2020, 15:35:25 UTC
f06610a do not capture the exceptions of the continuation 11 February 2020, 09:31:09 UTC
7647d8c Split the hudge utils.v 07 February 2020, 22:24:32 UTC
e8775e7 Remove deprecated stuffs 31 January 2020, 16:26:07 UTC
83c77fe Remove dependency of pcuic over checker 31 January 2020, 16:26:07 UTC
778f636 Merge pull request #364 from MetaCoq/refactor_conversion2 Refactor conversion and cie 22 January 2020, 20:22:40 UTC
14364b5 Refactor conversion and cie 22 January 2020, 15:38:14 UTC
37dc18a allow patterns in `mlet` allows to write: ``` '(a,b) <- foo ;; ``` instead of ``` c <- foo ;; let '(a,b) := c in ``` 06 January 2020, 08:45:46 UTC
ee59571 Merge pull request #363 from MetaCoq/context-closure About context closure and reduction 21 December 2019, 14:17:03 UTC
5a7f502 Set default goal selector to ! in PCUICReduction 21 December 2019, 13:14:07 UTC
056ed00 Define top-level reduction and show it's included in red1 21 December 2019, 13:00:21 UTC
5aeaa5b Define context closure 21 December 2019, 08:54:59 UTC
2c957aa Merge pull request #358 from MetaCoq/more-eta Properties on η 20 December 2019, 13:14:36 UTC
50376e1 Fix compilation after new isFixApp 20 December 2019, 12:42:57 UTC
c93ebfe Fix links to examples in README 19 December 2019, 13:20:19 UTC
9e3badb Attempt to state and prove postponement 16 December 2019, 14:03:16 UTC
5563fcb Merge pull request #361 from flupe/fresh_universe Added opaque fresh_level 12 December 2019, 15:33:27 UTC
d515627 added opaque fresh_level 12 December 2019, 15:09:31 UTC
7a7f5b2 Unify [rdestruct]s 10 December 2019, 10:45:27 UTC
a3105b9 Move tactic and lemmas about squash 10 December 2019, 10:45:27 UTC
9f40e20 Remove a warning 10 December 2019, 10:45:27 UTC
5ea12e2 Rename reds_case and app_reds_r 10 December 2019, 10:45:27 UTC
0977be9 Implicit arguments for nil 10 December 2019, 10:45:27 UTC
67d92a1 Remove duplicate term_forall_list_rec 10 December 2019, 10:45:27 UTC
8874fb9 Remove the file Monad.v and use more monadic notation 09 December 2019, 11:46:23 UTC
62a65a5 Prove inverted induction principle on stacks 07 December 2019, 23:40:22 UTC
43d0570 Merge pull request #357 from MetaCoq/eta-subst Prove substitution for η 06 December 2019, 12:32:23 UTC
dbb9a29 Prove substitution for η 05 December 2019, 17:09:11 UTC
00e8bc0 Merge pull request #355 from MetaCoq/eta-spec Define η-equality 05 December 2019, 15:18:29 UTC
09703d9 Add η-expansion to cumul I have left some TODOs for later. 05 December 2019, 10:26:46 UTC
b7b9d56 Merge pull request #356 from flupe/coq-8.9 Adding Binary Parametricity Translation 04 December 2019, 17:56:28 UTC
3f14a89 added binary parametricity translation 04 December 2019, 17:14:15 UTC
5f84587 Fix extraction of eta_expands Plus some import fixes. 03 December 2019, 16:30:21 UTC
088c8f7 Define η-equality 03 December 2019, 14:27:18 UTC
f4a2643 Merge pull request #354 from MetaCoq/stacks Add LetIn stacks and positions 03 December 2019, 13:51:11 UTC
cd617cb Add LetIn stacks and positions 03 December 2019, 13:16:59 UTC
71dd547 Merge pull request #353 from MetaCoq/fix-red Reduction of fix now whnf 03 December 2019, 10:29:26 UTC
97c473e Reduction of fix now whnf 03 December 2019, 09:38:49 UTC
681e11f Merge pull request #352 from MetaCoq/iserasable-in-coq One opaque proof shouldn't be opaque 30 November 2019, 15:13:00 UTC
0d92670 One opaque proof shouldn't be opaque 30 November 2019, 14:44:55 UTC
a202856 Merge pull request #350 from MetaCoq/iserasable-in-coq Erasure running in Coq by fueling Acc proofs 29 November 2019, 14:24:43 UTC
d017ff6 Allow to run retype-checking and erasure in Coq by fueling the Acc proofs Tests working 29 November 2019, 11:32:41 UTC
62f9b80 Merge pull request #349 from MetaCoq/safe-envcheck-env Fix safe checker error handling to return the currently verified env 28 November 2019, 15:06:04 UTC
14407c5 Fix safe checker error handling to return the currently verified env 26 November 2019, 06:21:04 UTC
f96fa3c Merge pull request #346 from MetaCoq/fix-conv Fix conversion for fix 22 November 2019, 10:26:08 UTC
8890681 Move things around 22 November 2019, 09:56:11 UTC
e477618 Complete conversion of fixpoints 21 November 2019, 17:16:53 UTC
0561c0c Define isconv_fix 21 November 2019, 12:46:36 UTC
a3868a2 Remove todos in isconv_fix They were actually not necessary, two fixpoints with a diferent number of functions are just different. 21 November 2019, 12:29:26 UTC
84cb999 Add isconv_fix_bodies 20 November 2019, 17:11:04 UTC
f58c9b0 Adapt translations 20 November 2019, 16:30:06 UTC
b8e132d Adapt test-suite 20 November 2019, 16:30:06 UTC
2b43057 Adapt erasure 20 November 2019, 16:30:06 UTC
dbfbfc7 Update SafeChecker 20 November 2019, 16:30:06 UTC
2e0bcfe Adapt PCUIC 20 November 2019, 16:30:06 UTC
495543b Change representation of the glob env to an assoc list 20 November 2019, 16:30:06 UTC
3862244 Define conversion for mfixpoint types 19 November 2019, 22:12:59 UTC
f83378a Fix compilation for Equations 1.2.1 18 November 2019, 16:40:18 UTC
974e6e9 remove comment 18 November 2019, 16:40:18 UTC
198220b type_Case in template + fix compilation 18 November 2019, 16:40:18 UTC
9cb01de Fix compilation upto Weakening 18 November 2019, 16:40:18 UTC
1f45f56 Change type_Case to remove the useless conversion test 18 November 2019, 16:40:18 UTC
52d8226 Add positions for going inside mfixpoints Unfortunately we need to rely on strengthening earlier now. 18 November 2019, 16:26:07 UTC
da7f1a6 Merge pull request #344 from MetaCoq/proj-conv Complete conversion of projections 18 November 2019, 10:46:36 UTC
8cf8136 Update error message 18 November 2019, 10:06:35 UTC
3e4d8ee Complete conversion of projections 18 November 2019, 09:44:25 UTC
c48137d Merge pull request #342 from MetaCoq/opam-ci-remove In the ci-opam case, also remove the packages 16 November 2019, 16:31:23 UTC
d18a009 Fix opam command 16 November 2019, 15:18:27 UTC
ffc58c6 In the ci-opam case, also remove the packages This avoids confusing the opam cache, which might think it does not have to recompile some packages 16 November 2019, 14:29:30 UTC
74eabca Merge pull request #341 from MetaCoq/remove-JMeq_eq-in-utils remove JMeq_eq by not using depelim or dependent destruction 15 November 2019, 09:48:48 UTC
0a9f07e remove JMeq_eq by not using depelim or dependent destruction when required 15 November 2019, 08:50:52 UTC
d0c8182 Merge pull request #340 from MetaCoq/fix-primproj-quote Fix the quotation of primitive projections which was repeating inductive decls 14 November 2019, 18:32:28 UTC
c0da9c7 Fix the quotation of primitive projections which was repeating inductive decls 14 November 2019, 17:29:25 UTC
db80f87 Finish proof of context conversion, now axiom free (almost, JMeq_eq still) (#339) * Finish proof of context conversion, now axiom free (almost, JMeq_eq still) * Refactor proofs 14 November 2019, 16:41:02 UTC
c835f87 Fix for equations 1.2.1 (#338) * Fix reliance on global export of `Set Keyed Unification` from Equations 1.2. Makes the code work with Equations.1.2.1 * Update Equations to 1.2.1 on travis. * The checker already depends on equations (depelim) * tauto also relies on Keyed Unification * EArities depends on Keyed Unification too 12 November 2019, 22:19:04 UTC
66524a4 Merge pull request #337 from MetaCoq/no-focus Set default goal selector to none 10 November 2019, 09:43:19 UTC
back to top