swh:1:snp:f21a40066c2663969c9a5e9a10322d327835126e

sort by:
Revision Author Date Message Commit Date
d76226c some work on automatic translation from TemplateMonad to TM 25 October 2019, 16:07:27 UTC
010ebfe Fix compilation 24 October 2019, 16:31:45 UTC
2b43f3a Fix compilation 24 October 2019, 16:31:45 UTC
c8ca6e1 Create directory examples and clean in tauto 24 October 2019, 16:31:45 UTC
777cbd5 Use functors to factorise environments (#324) * [WIP] Use functors to factorise environments * Add Environment to mlpack * Fix compilation after functorisation of environment * Use Environment functor in pcuic as well * Update erasure after adding Environment * Use Include instead of Export * Also factorise global contexts * Make changes after functorisation of global environment * Use old reify for TemplateMonad (quickfix) 24 October 2019, 10:17:10 UTC
1086391 add tauto tactics example 23 October 2019, 17:07:46 UTC
8f8237a Merge pull request #323 from MetaCoq/minor-changes Minor changes 22 October 2019, 13:27:37 UTC
9aada59 Backport "clean safechecker_test.v" 22 October 2019, 12:44:14 UTC
f2eb27d Remove one admit in vs.v 22 October 2019, 12:37:15 UTC
49b0478 Backport "Fix metacoq_safechecker wrong timing" 22 October 2019, 12:32:27 UTC
d4e316c Merge pull request #321 from MetaCoq/arity-again Prove stronger Is_conv_to_Arity_inv 21 October 2019, 18:13:53 UTC
f4157e4 Fix ErasureFunction with updated Is_conv_to_Arity_inv 21 October 2019, 15:31:08 UTC
4d955bf Prove stronger Is_conv_to_Arity_inv 21 October 2019, 15:23:08 UTC
301473c Link in README go to other READMEs 21 October 2019, 08:04:01 UTC
3d6b55b Update safechecker README 21 October 2019, 08:01:48 UTC
0d1cec3 Use permalink for doc 20 October 2019, 12:08:36 UTC
bdbd188 Tabulate pcuic files 19 October 2019, 16:21:45 UTC
d55c9a1 Update README 19 October 2019, 15:38:26 UTC
c77e451 Merge pull request #318 from MetaCoq/arity-proofs Fix and prove Is_conv_to_Arity_inv 18 October 2019, 16:11:54 UTC
7e712ab Remove unneeded hyp for inver_cumul_arity_r/l 18 October 2019, 15:17:38 UTC
fde02ff Prove invert_cumul_arity_l 18 October 2019, 15:06:23 UTC
d91a2b2 Prove isArity_subst and isArity_red1 18 October 2019, 15:04:39 UTC
4417f89 Almost prove isArity_red1 18 October 2019, 15:01:47 UTC
5d877e7 Prove invert_cumul_arity_r modulo isArity_red1 18 October 2019, 10:26:38 UTC
c5005c9 Fix and prove Is_conv_to_Arity_inv 18 October 2019, 09:36:22 UTC
bf9cf02 Merge pull request #316 from MetaCoq/remove-program Remove unnecessary uip axioms 18 October 2019, 09:02:13 UTC
390aedf Merge pull request #289 from MetaCoq/typing_inds Cleaning in the typing of inductive declarations 18 October 2019, 08:58:25 UTC
2a0cf24 Make compiling 18 October 2019, 08:13:59 UTC
edf57d3 Comment out stack overflow generating command 18 October 2019, 08:05:31 UTC
43c040a Fix eq_refl in translations 18 October 2019, 07:04:56 UTC
d47f1e2 Put back stdlib extraction 17 October 2019, 20:45:56 UTC
fb33796 Fix extraction of checker 17 October 2019, 20:25:50 UTC
14e4f99 Use Equations everywhere in Checker as well 17 October 2019, 20:09:00 UTC
88ed804 Require Equations everwhere to make sure 17 October 2019, 15:43:36 UTC
585737f Use Equation's depelim in pcuic 17 October 2019, 15:19:13 UTC
776db22 cleaning 17 October 2019, 13:14:26 UTC
c7b17b4 Cleaning in the typing of inductive declarations 17 October 2019, 12:45:22 UTC
3bbf2d3 Ignore PCUICUtils ml 17 October 2019, 09:50:34 UTC
d6932fd Remove problematic test 17 October 2019, 09:48:46 UTC
4bd2098 cleaning 17 October 2019, 09:25:58 UTC
047d086 Add PCUICUtils to extracted libraries 17 October 2019, 08:20:17 UTC
f9bdca8 Remove Eqdep.Eq_rect_eq.eq_rect_eq and more 16 October 2019, 16:33:20 UTC
9eaf12d wGraph.to_simple is defined using Equations 16 October 2019, 14:37:59 UTC
b7287e0 Load Equations in SafeChecker and TemplateToPCUICCorrectness 16 October 2019, 13:42:15 UTC
2f9ada2 Use Equations' dependent induction in pcuic 16 October 2019, 13:23:02 UTC
dad8891 Merge pull request #313 from MetaCoq/wellformed_eq_term Removing axioms introduced by #302 16 October 2019, 11:48:13 UTC
e439ab7 Move lemmata to their rightful place 16 October 2019, 10:06:22 UTC
86fc9c8 Prove eqb_term_refl 15 October 2019, 20:25:38 UTC
e736a6d Prove eqb_term_upto_univ_refl 15 October 2019, 20:02:32 UTC
705b85c Almost done with eqb_term_refl 15 October 2019, 19:52:46 UTC
7d4b3df Prove App_conv' 15 October 2019, 17:43:59 UTC
2f3833b wellformed_eq_term_upto_univ is no longer needed 15 October 2019, 17:38:12 UTC
8acb7f1 Remove wellformed_eq_term from tConst case Going for even more symmetry 15 October 2019, 15:44:24 UTC
ed50dd9 Partly prove isWfArity_eq_term_upto_univ 15 October 2019, 15:15:52 UTC
99860bf Prove destArity_eq_term_upto_univ 15 October 2019, 15:15:52 UTC
ab11aea Merge pull request #315 from MetaCoq/conv-args-coq-8.9-again More symmetric approach to conversion of stacks (again 8.9) 15 October 2019, 15:15:07 UTC
72cbaa6 Use leq in the leq branch of fallback 15 October 2019, 14:42:52 UTC
b08d5cd Give isconv_args two terms instead of one to account for cumul Removes need for `wellformed_zipc_replace`! 15 October 2019, 14:42:48 UTC
f39bd93 Add univ_context before safe-checking the toplevel term + remove a source of incompleteness in equality of universes (syntactic equality was not taken in account) 08 October 2019, 17:13:57 UTC
2a9d854 check_isWAT instead of check_isType in SafeChecker 08 October 2019, 17:13:57 UTC
0d0b30f Update gitignore With the same changes again... Stop rebasing! 07 October 2019, 07:21:27 UTC
e099ed5 Add Danil to the team 27 September 2019, 17:38:51 UTC
8cecb1b Add extraction with time bounds reference in the Papers section 27 September 2019, 16:31:14 UTC
cba228c Typos and add test-suite/*_test.v files for safechecker and erasure 27 September 2019, 16:01:52 UTC
f3ee505 Update opam files for Coq 8.9 27 September 2019, 15:14:02 UTC
9c0ab09 Rework README.md 27 September 2019, 15:06:41 UTC
3b6fc70 Fix README.md 27 September 2019, 15:04:30 UTC
267f406 Update .gitignore 27 September 2019, 14:57:22 UTC
e3c587d Fix vs test-suite example for 8.9 27 September 2019, 13:53:15 UTC
d9ce847 Fix local config for building translations and README.md 27 September 2019, 13:47:47 UTC
30e2b2b Fixes in README.md 27 September 2019, 13:25:00 UTC
7ac2083 Fix after merge 27 September 2019, 13:09:07 UTC
a92eb43 Merge remote-tracking branch 'origin/coq-8.8' into coq-8.9 27 September 2019, 12:22:20 UTC
eeeb923 Update Travis webhook for new gitter channel 27 September 2019, 12:07:58 UTC
c66987f Merge pull request #307 from MetaCoq/eq-univ-prop Using Prop stuff for eq_universe 27 September 2019, 09:33:02 UTC
58a0551 Fix template-coq extraction not extracting the config file 27 September 2019, 09:02:02 UTC
1292d49 Merge pull request #303 from MetaCoq/opam-translations Make opam package for translations as well 27 September 2019, 08:11:11 UTC
333d010 Using Prop stuff for eq_universe 26 September 2019, 18:10:53 UTC
6a3c570 support for opaque definitions in the core monad. 26 September 2019, 16:45:53 UTC
6240983 support for opaque definitions - only in the extractable monad. 26 September 2019, 16:45:53 UTC
5be172b Fix import 26 September 2019, 14:39:32 UTC
1ee18a7 Fix configuration of translations package 26 September 2019, 14:09:33 UTC
bf1e86f Merge pull request #302 from MetaCoq/conv-args More symmetric approach to conversion of stacks 26 September 2019, 14:06:40 UTC
eaa0ec0 Use leq in the leq branch of fallback 26 September 2019, 13:34:58 UTC
5c5f93f Add translations to the global package 26 September 2019, 13:16:05 UTC
b43ed8c Make opam package for translations as well 26 September 2019, 13:01:24 UTC
e6782a1 Update .gitignore 26 September 2019, 12:41:05 UTC
243abdd Making translations compiling again 26 September 2019, 12:10:08 UTC
54a4fe2 Merge pull request #299 from yforster/Ecbveval_fixes Prove admits in evaluation relation for erased terms 26 September 2019, 12:08:55 UTC
45acabd Give isconv_args two terms instead of one to account for cumul Removes need for `wellformed_zipc_replace`! 26 September 2019, 11:21:55 UTC
69296b4 fix compilation 26 September 2019, 10:35:49 UTC
ec2d4a3 Merge pull request #297 from MetaCoq/lexmod Conversion well-order modulo universes 25 September 2019, 15:25:38 UTC
291e7ac Admit wellformed_eq_term to close remaining obligations 25 September 2019, 15:01:13 UTC
780bb64 Replace eq_dec with eqb_universe_instance 25 September 2019, 14:39:20 UTC
ea6c3bf Use new order for safe conversion 25 September 2019, 13:41:48 UTC
e198d26 prove value_app_inv 25 September 2019, 08:37:18 UTC
74bcc82 Close admits in extracted cbv evaluation 25 September 2019, 08:37:18 UTC
f1fe111 Merge pull request #298 from MetaCoq/vscode-config Add VSCode config 24 September 2019, 23:10:57 UTC
02841b0 Fix Equations version for testing 24 September 2019, 23:00:16 UTC
2243d1f Update .travis.yml to fix travis "unauthenticated package" error 24 September 2019, 22:29:07 UTC
back to top