diff options
| author | Vincent Laporte | 2018-11-07 11:43:59 +0000 |
|---|---|---|
| committer | Vincent Laporte | 2018-11-07 16:08:28 +0000 |
| commit | 61a070f7e6c13729f2ee879b6a419353049b1ea7 (patch) | |
| tree | cf03a316c818af3115e7a39e1d833076308c3206 /plugins/firstorder/rules.mli | |
| parent | ce4d0cb7803a4eb7269026409979a0b046d35552 (diff) | |
[Firstorder plugin] Remove some dead code
Diffstat (limited to 'plugins/firstorder/rules.mli')
| -rw-r--r-- | plugins/firstorder/rules.mli | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/firstorder/rules.mli b/plugins/firstorder/rules.mli index 924c26790c..97bc992b26 100644 --- a/plugins/firstorder/rules.mli +++ b/plugins/firstorder/rules.mli @@ -22,8 +22,6 @@ type 'a with_backtracking = tactic -> 'a val wrap : int -> bool -> seqtac -val basename_of_global: GlobRef.t -> Id.t - val clear_global: GlobRef.t -> tactic val axiom_tac : constr -> Sequent.t -> tactic @@ -51,5 +49,3 @@ val forall_tac : seqtac with_backtracking val left_exists_tac : pinductive -> lseqtac with_backtracking val ll_forall_tac : types -> lseqtac with_backtracking - -val normalize_evaluables : tactic |
