aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-05-052-2/+1
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-05-052-2/+1
| |\|
| | * CompDec on interpreted typeChantal Keller2021-05-052-2/+1
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-05-053-3/+32
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-05-053-3/+32
| |\|
| | * Reify applied polymorphic terms with compdecChantal Keller2021-05-053-3/+32
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-04-283-4/+18
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-283-4/+18
| |\|
| | * Solve a bug when reifying under a binderChantal Keller2021-04-283-4/+18
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-04-282-3/+3
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-282-3/+3
| |\|
| | * prop2bool_hyps insensitive to parenthesisChantal Keller2021-04-282-3/+3
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-04-262-4/+53
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-262-4/+53
| |\|
| | * Equality between Booleans should be changed for hypothesesChantal Keller2021-04-262-4/+53
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-04-261-14/+17
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-261-14/+17
| |\|
| | * CompDec are automatically discharged when generated by the OCaml tactic, when...Chantal Keller2021-04-261-14/+17
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-04-264-28/+190
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-264-28/+190
| |\|
| | * Take hypotheses from the local context (#91)ckeller2021-04-264-28/+190
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-04-211-15/+15
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-211-15/+15
| |\|
| | * Solve a bound variable capture problem in the reification of quantified hypot...Chantal Keller2021-04-211-15/+15
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-04-215-16/+57
|\| |
| * | Port to 8.10Chantal Keller2021-04-211-1/+1
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-215-16/+57
| |\|
| | * Warning (instead of error) for unsupported lemmas (#90)ckeller2021-04-215-16/+57
* | | Port to 8.11Chantal Keller2021-04-211-2/+2
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-04-2112-113/+304
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-2112-113/+304
| |\|
| | * Convert hypotheses from Prop to bool (#89)ckeller2021-04-2112-113/+304
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-04-011-1/+99
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-011-1/+99
| |\|
| | * CompDec on listsChantal Keller2021-04-011-1/+99
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-04-012-3/+4
|\| |
| * | Un-backport #87Chantal Keller2021-04-011-1/+1
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-04-012-3/+4
| |\|
| | * Backport #87 to Coq-8.9 (closes #87)Chantal Keller2021-04-011-1/+1
| | * use is_true from standard librarylduboisd2021-04-012-3/+4
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-02-2315-228/+416
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-02-2315-228/+416
| |\|
| | * Link equality on uninterpreted sorts with SMT equality (#86)ckeller2021-02-2315-228/+416
* | | Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11Chantal Keller2021-01-132-9/+107
|\| |
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2021-01-132-9/+107
| |\|
| | * Reify polymorphic termsckeller2021-01-052-9/+107
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2020-07-205-244/+47
| |\|
| * | Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2020-07-064-23/+130
| |\ \
| * \ \ Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2020-06-303-9/+9
| |\ \ \
| * \ \ \ Merge branch 'master' of github.com:smtcoq/smtcoq into coq-8.10Chantal Keller2020-06-302-55/+165
| |\ \ \ \