cleanup(init/meta/tactic) removing obsolete meta constants

This commit is contained in:
Scott Morrison 2018-02-11 08:46:12 +11:00 committed by Leonardo de Moura
parent 1a9962011d
commit 5d094cf835

View file

@ -415,13 +415,7 @@ meta constant get_assignment : expr → tactic expr
Fail if argument is not a meta-variable. -/
meta constant is_assigned : expr → tactic bool
meta constant mk_fresh_name : tactic name
/-- Return a hash code for expr that ignores inst_implicit arguments,
and proofs. -/
meta constant abstract_hash : expr → tactic nat
/-- Return the "weight" of the given expr while ignoring inst_implicit arguments,
and proofs. -/
meta constant abstract_weight : expr → tactic nat
meta constant abstract_eq : expr → expr → tactic bool
/-- Induction on `h` using recursor `rec`, names for the new hypotheses
are retrieved from `ns`. If `ns` does not have sufficient names, then use the internal binder names
in the recursor.