diff options
| author | Arnaud Spiwack | 2015-06-25 15:24:55 +0200 |
|---|---|---|
| committer | Arnaud Spiwack | 2015-06-25 15:24:55 +0200 |
| commit | 53dc6613499ca18672cda02697f182eb97cda8dc (patch) | |
| tree | 7ae10c6140c542f77221c2e55fe92de359c08d71 /intf | |
| parent | 0ae66237261b9810976eb2614dfda8e293e4b9ea (diff) | |
Remove other types not carried by interpretations in `Tacexpr`.
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/tacexpr.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/tacexpr.mli b/intf/tacexpr.mli index 91e020586b..86714ca4d5 100644 --- a/intf/tacexpr.mli +++ b/intf/tacexpr.mli @@ -386,7 +386,7 @@ type raw_tactic_arg = type t_trm = Term.constr type t_utrm = Glob_term.closed_glob_constr -type t_pat = glob_constr_and_expr * constr_pattern +type t_pat = constr_pattern type t_cst = evaluable_global_reference type t_ref = ltac_constant located type t_nam = Id.t |
