Leonardo de Moura
|
1e005e185a
|
feat(library/init/meta/tactic): more general trace_fmt
|
2016-06-22 14:14:33 -07:00 |
|
Leonardo de Moura
|
61de427699
|
feat(library/init/meta/fun_info): expose fun_info
|
2016-06-22 14:00:00 -07:00 |
|
Leonardo de Moura
|
35888fae2c
|
refactor(util/list): remove coercion from T -> list<T>
|
2016-06-22 10:00:07 -07:00 |
|
Leonardo de Moura
|
9de819baaf
|
chore(library/init/monad): change precedence for >>= and >>
We are now using the same one used in Haskell.
|
2016-06-21 18:29:07 -07:00 |
|
Leonardo de Moura
|
09bd948045
|
feat(library/init/function): move '$' notation to the top-level
|
2016-06-21 18:02:45 -07:00 |
|
Leonardo de Moura
|
677b40f4b7
|
feat(tactic/init/meta/tactic): normalize assert, define tactic names
|
2016-06-21 17:50:30 -07:00 |
|
Leonardo de Moura
|
7309d08c5a
|
chore(library/init/sigma_lex): remove unnecessary set_option
|
2016-06-21 16:38:37 -07:00 |
|
Leonardo de Moura
|
195512e125
|
fix(library/type_context, library/tactic/revert_tactic): result must contain also reverted let-decls
|
2016-06-21 16:32:02 -07:00 |
|
Leonardo de Moura
|
359b566088
|
feat(library/tactic/subst_tactic): add tracing for subst tactic
|
2016-06-21 16:31:53 -07:00 |
|
Leonardo de Moura
|
6fa6554b4d
|
fix(library/tactic/intro_tactic): fix 'intron' tactic
|
2016-06-21 16:30:26 -07:00 |
|
Leonardo de Moura
|
2a2d7530b2
|
fix(library/tactic/intro_tactic): typo
|
2016-06-21 16:14:28 -07:00 |
|
Leonardo de Moura
|
fd08a9badf
|
refactor(library/local_context): store pp_name in local_ref's
This commit also removes the now obsolete API get_local_pp_name from abstract_type_context
|
2016-06-21 10:50:38 -07:00 |
|
Leonardo de Moura
|
16c050b66c
|
reactor(library): port fun_info_manager to new type_context (and rename module to fun_info)
|
2016-06-21 10:42:38 -07:00 |
|
Leonardo de Moura
|
8ad6e5a042
|
feat(library/init/meta/tactic): implement 'note' using 'assert' instead of 'pose'
|
2016-06-21 09:59:39 -07:00 |
|
Leonardo de Moura
|
b1413c525c
|
chore(library/init/meta/tactic): add small comment
|
2016-06-21 09:57:21 -07:00 |
|
Leonardo de Moura
|
d912c31f60
|
feat(library/tactic/app_builder_tactics): add transparency param to mk_app and mk_mapp tactics
|
2016-06-21 09:55:18 -07:00 |
|
Leonardo de Moura
|
9321f83267
|
feat(library/type_context): new scopes for entering tmp_mode
|
2016-06-21 09:48:28 -07:00 |
|
Leonardo de Moura
|
0663733d27
|
fix(library/init/meta/tactic): typo
|
2016-06-21 08:19:39 -07:00 |
|
Leonardo de Moura
|
4f7f59e47f
|
chore(tests/lean): fix tests output
|
2016-06-20 11:18:16 -07:00 |
|
Leonardo de Moura
|
0261cb95bf
|
feat(frontends/lean/old_elaborator): use type_context for failure tactic_state
|
2016-06-20 11:09:14 -07:00 |
|
Leonardo de Moura
|
6701e5499f
|
feat(library/init): remove 'sorry's from sigma
|
2016-06-20 11:05:21 -07:00 |
|
Leonardo de Moura
|
1dd427cdeb
|
feat(library/init/meta/tactic): add 'note' tactic
|
2016-06-20 11:05:01 -07:00 |
|
Leonardo de Moura
|
149fefe480
|
chore(frontends/lean/token_table): remove 'note' keyword
|
2016-06-20 11:01:20 -07:00 |
|
Leonardo de Moura
|
d03dc18096
|
chore(library/tactic/tactic_state): add helper methods
|
2016-06-20 10:47:48 -07:00 |
|
Leonardo de Moura
|
851bc30f3a
|
fix(library/type_context): make sure explicitly reverted locals occur first
|
2016-06-20 10:45:26 -07:00 |
|
Leonardo de Moura
|
6e007cd12f
|
fix(library/app_builder): use current context when tracing
|
2016-06-20 10:29:43 -07:00 |
|
Leonardo de Moura
|
397ea25e24
|
fix(library/tactic/subst_tactic): use intermediate state for errors
|
2016-06-20 10:22:36 -07:00 |
|
Leonardo de Moura
|
a85d027c90
|
chore(library/init/sigma): remove 'sorry'
|
2016-06-20 09:39:22 -07:00 |
|
Leonardo de Moura
|
32f382991a
|
feat(library/init/meta/tactic): intro returns new free_var
|
2016-06-20 09:37:06 -07:00 |
|
Leonardo de Moura
|
a2745aa273
|
perf(library/metavar_util): do nothing if term does not contain assigned metavars
|
2016-06-20 09:06:04 -07:00 |
|
Leonardo de Moura
|
02904c5b87
|
feat(library/init/meta): add 'reflexivity', 'symmetry' and 'transitivity' tactics
|
2016-06-18 20:01:53 -07:00 |
|
Leonardo de Moura
|
05eafa08eb
|
chore(library/tactic/tactic_state): style
|
2016-06-18 14:55:47 -07:00 |
|
Leonardo de Moura
|
991a461932
|
feat(library/init/meta): add 'injection' tactic
|
2016-06-18 14:47:48 -07:00 |
|
Leonardo de Moura
|
90d07a7360
|
feat(library/tactic/clear_tactic): add 'clear_fv' tactic
|
2016-06-18 14:43:57 -07:00 |
|
Leonardo de Moura
|
82a604e3f5
|
fet(library/init/meta/expr): add auxiliary functions for expr
|
2016-06-18 14:29:11 -07:00 |
|
Leonardo de Moura
|
dc180dcd15
|
feat(library/tactic/assert_tactic): add 'pose' tactic
|
2016-06-18 14:28:28 -07:00 |
|
Leonardo de Moura
|
9371aa0e99
|
refactor(library/data/list/basic): move tail to init
|
2016-06-18 14:27:57 -07:00 |
|
Leonardo de Moura
|
8065318c40
|
feat(library/init/meta/constructor_tactic): add 'existsi' tactic
|
2016-06-18 13:15:43 -07:00 |
|
Leonardo de Moura
|
724d356c42
|
feat(library/init/meta/tactic): add 'get_arity'
|
2016-06-18 13:03:21 -07:00 |
|
Leonardo de Moura
|
b546167a64
|
feat(library/tactic/tactic_state): add tactic mk_fresh_name
|
2016-06-18 13:02:45 -07:00 |
|
Leonardo de Moura
|
bf5cf18d8d
|
feat(library/init/meta): add 'constructor', 'split', 'left', 'right', 'constructor_idx' tactics
|
2016-06-18 12:40:21 -07:00 |
|
Leonardo de Moura
|
7089762cd6
|
refactor(library/data/list): move nth to init
|
2016-06-18 12:40:00 -07:00 |
|
Leonardo de Moura
|
5021b02043
|
feat(library/init/meta/tactic,library/tactic/tactic_state): add tactics for setting options
|
2016-06-18 12:05:58 -07:00 |
|
Leonardo de Moura
|
5846dc1812
|
feat(library/tactic/tactic_state): add get_assignment and get_univ_assignment
|
2016-06-18 11:34:00 -07:00 |
|
Leonardo de Moura
|
6a0f11f705
|
feat(library/tactic/tactic_state,library/init/meta/tactic): add mk_meta_univ, mk_meta_var, mk_const
This commit also changes the semantics of the unify tactic.
It fails if the arguments are not unifiable.
|
2016-06-18 11:12:51 -07:00 |
|
Leonardo de Moura
|
560048c53f
|
feat(library/init/monad): add and_then notation
|
2016-06-18 11:04:39 -07:00 |
|
Leonardo de Moura
|
f05e0cfa5a
|
fix(library/tactic/apply_tactic): instantiate metavariables before type class resolution
|
2016-06-18 10:38:54 -07:00 |
|
Leonardo de Moura
|
9cc3fb90ff
|
chore(library/tactic/apply_tactic): remove trace msg
|
2016-06-18 10:35:12 -07:00 |
|
Leonardo de Moura
|
00717318f0
|
feat(library/tactic/apply_tactic): add option to disable type class resolution to apply_core
|
2016-06-18 10:03:38 -07:00 |
|
Leonardo de Moura
|
735aa4ebfa
|
feat(library/tactic/tactic_state): add 'is_class' and 'apply_instance' tactics
|
2016-06-18 09:51:02 -07:00 |
|