aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-04-11 11:02:27 +0200
committerPierre-Marie Pédrot2016-04-11 11:02:27 +0200
commit907db7ee1c9824aeedad7ce2d0f4f85225c36aba (patch)
tree801a44dde07b604fcf5fa9d1e28270fe7319d4c6 /intf
parentc6a8c4b5fa590f2beecd73817497bd7773a87522 (diff)
parent2da7bf6327e1f35321f121de9560604b758f0472 (diff)
Removing the typed-level tactic_expr type.
Diffstat (limited to 'intf')
-rw-r--r--intf/tacexpr.mli8
1 files changed, 1 insertions, 7 deletions
diff --git a/intf/tacexpr.mli b/intf/tacexpr.mli
index f821251c27..875ad3d160 100644
--- a/intf/tacexpr.mli
+++ b/intf/tacexpr.mli
@@ -377,19 +377,13 @@ type t_dispatch = <
constant:t_cst;
reference:t_ref;
name:t_nam;
- tacexpr:glob_tactic_expr;
+ tacexpr:unit;
level:tlevel
>
-type tactic_expr =
- t_dispatch gen_tactic_expr
-
type atomic_tactic_expr =
t_dispatch gen_atomic_tactic_expr
-type tactic_arg =
- t_dispatch gen_tactic_arg
-
(** Misc *)
type raw_red_expr = (r_trm, r_cst, r_pat) red_expr_gen