Commit graph

18119 commits

Author SHA1 Message Date
Leonardo de Moura
ec0eed582e chore: use isProof 2019-11-25 08:42:23 -08:00
Leonardo de Moura
120778585d feat: add isProofQuick 2019-11-25 08:42:23 -08:00
Leonardo de Moura
0592dae46f chore: rename confusing field name ParamInfo.prop ==> ParamInfo.proof
The type of the parameter is a proposition, but the parameter itself
is a proof.
2019-11-25 08:42:23 -08:00
Leonardo de Moura
882db55d11 feat: add reduce 2019-11-25 08:42:23 -08:00
Leonardo de Moura
0a7504a71a feat: add isType and isProof 2019-11-25 08:42:23 -08:00
Sebastian Ullrich
cf0808c0c3 doc: update ccache docs 2019-11-25 14:09:42 +01:00
Sebastian Ullrich
df3112d54d chore: fix one more benchmark 2019-11-25 12:47:42 +01:00
Sebastian Ullrich
fe3e8022a5 chore: update benchmarks 2019-11-25 10:42:14 +01:00
Leonardo de Moura
9a4facac29 feat: simplify Key.lt 2019-11-24 08:59:38 -08:00
Leonardo de Moura
2cf3e197aa test: add getUnify basic tests 2019-11-24 08:41:00 -08:00
Leonardo de Moura
6af26ede2b fix: typo 2019-11-24 08:37:43 -08:00
Leonardo de Moura
0350c488d5 refactor: add Key.arity and simplify 2019-11-24 08:35:31 -08:00
Leonardo de Moura
e81f38c116 doc: add comment about representation 2019-11-24 08:17:44 -08:00
Leonardo de Moura
5842366416 feat: add DiscrTree.getUnify 2019-11-24 08:15:10 -08:00
Leonardo de Moura
c5afa18469 feat: add DiscrTree.getMatch 2019-11-24 07:56:57 -08:00
Leonardo de Moura
63a2466a03 fix: typo 2019-11-24 07:48:19 -08:00
Leonardo de Moura
2afb60cc07 fix: typo 2019-11-24 06:59:52 -08:00
Leonardo de Moura
8d30b7d3fb doc: document DiscrTree module 2019-11-24 06:51:17 -08:00
Leonardo de Moura
63d3429246 fix: reducibility setting should not hide non-definitions (constructors, inductive types, etc) 2019-11-23 09:36:22 -08:00
Leonardo de Moura
4a6d0a8082 feat: projections of classes should not be reducible 2019-11-23 09:25:49 -08:00
Leonardo de Moura
c1b9c2252c chore: update stage0 2019-11-23 09:09:10 -08:00
Leonardo de Moura
84d582bf9a feat: add DiscrTree.insert 2019-11-23 09:07:21 -08:00
Leonardo de Moura
c6048f0f94 feat: generalize binInsert 2019-11-23 08:20:20 -08:00
Leonardo de Moura
013bc5b589 feat: add modifyM 2019-11-23 07:37:33 -08:00
Leonardo de Moura
886eb3f51f test: add foldUnify and getUnify
These are the primitives we need for retrieving candidate instances.
2019-11-23 06:24:09 -08:00
Leonardo de Moura
30c05416a4 test: add foldMatch and getMatch
These are the primitives we need for retrieving candidate simp lemmas.
2019-11-23 06:24:03 -08:00
Leonardo de Moura
ad837950d9 test: discrimination tree prototype 2019-11-22 18:41:07 -08:00
Leonardo de Moura
2e610227e4 feat: add Array.binInsert 2019-11-22 18:22:26 -08:00
Leonardo de Moura
69723b48c3 feat: add Array.insertAt 2019-11-22 17:42:27 -08:00
Leonardo de Moura
ea2d971bd3 chore: add isDefEq abbreviation for isExprDefEq
Most tactic users will never use `isLevelDefEq`.
2019-11-22 11:54:06 -08:00
Leonardo de Moura
7306343589 test: foApprox for isExprDefEq 2019-11-22 11:52:21 -08:00
Leonardo de Moura
ad3f5b2490 feat: ensure trace messages at MetaM save Environment, MetavarContext, and LocalContext 2019-11-22 11:50:19 -08:00
Leonardo de Moura
a146ceafeb test: offset constraints 2019-11-22 11:19:02 -08:00
Leonardo de Moura
b0ee140670 chore: trace messages 2019-11-22 11:18:48 -08:00
Leonardo de Moura
a9a27c77d8 feat: add helper combinators 2019-11-22 11:09:01 -08:00
Leonardo de Moura
cff6a1d117 chore: fix tests 2019-11-22 08:03:22 -08:00
Leonardo de Moura
e4cc56a6ad chore: update stage0 2019-11-22 07:58:39 -08:00
Leonardo de Moura
ba7d14ebc2 fix: default path 2019-11-22 07:58:05 -08:00
Leonardo de Moura
167549de59 chore: fix tests 2019-11-22 07:56:06 -08:00
Leonardo de Moura
a858eeea36 chore: update stage0 2019-11-22 07:49:02 -08:00
Leonardo de Moura
b21559b338 chore: move Makefile.in 2019-11-22 07:48:04 -08:00
Leonardo de Moura
c445199747 chore: library/Init ==> src/Init
cc @Kha @dselsam @cipher1024
2019-11-22 06:06:05 -08:00
Leonardo de Moura
4adacf1413 chore: src/init ==> src/initialize 2019-11-22 04:59:13 -08:00
Leonardo de Moura
ca7a4272a0 chore: update stage0 2019-11-21 16:35:57 -08:00
Leonardo de Moura
617c0a8707 chore: reduce verbosity 2019-11-21 16:33:43 -08:00
Leonardo de Moura
bcbec38f20 feat: add support for projection functions and extra documentation 2019-11-21 16:33:02 -08:00
Leonardo de Moura
bf0536798b fix: bug at isDefEqArgs 2019-11-21 16:32:43 -08:00
Leonardo de Moura
03e3197e82 fix: typo 2019-11-21 16:32:00 -08:00
Leonardo de Moura
3fb49fa765 chore: remove broken assertion
@Kha I just commented it since we will soon delete this module.
2019-11-21 16:15:57 -08:00
Leonardo de Moura
73859521e9 fix: proj print 2019-11-21 16:09:35 -08:00