diff options
Diffstat (limited to 'tactics/btermdn.ml')
| -rw-r--r-- | tactics/btermdn.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/btermdn.ml b/tactics/btermdn.ml index b409fc9b8d..e28a9e3c35 100644 --- a/tactics/btermdn.ml +++ b/tactics/btermdn.ml @@ -54,7 +54,7 @@ let bounded_constr_val_discr (t,depth) = | Dn.Nothing -> Dn.Nothing | Dn.Everything -> Dn.Everything -type 'a t = (global_reference,constr_pattern * int,'a) Dn.t +type 'a t = (term_label,constr_pattern * int,'a) Dn.t let create = Dn.create |
