aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/btermdn.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/btermdn.ml')
-rw-r--r--tactics/btermdn.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/btermdn.ml b/tactics/btermdn.ml
index 2412968a1..379949f46 100644
--- a/tactics/btermdn.ml
+++ b/tactics/btermdn.ml
@@ -52,7 +52,7 @@ let bounded_constr_val_discr (t,depth) =
match constr_val_discr t with
| Dn.Label (c,l) -> Dn.Label(c,List.map (fun c -> (c,depth-1)) l)
| Dn.Nothing -> Dn.Nothing
- | Dn.Everything -> Dn.Nothing
+ | Dn.Everything -> Dn.Everything
type 'a t = (global_reference,constr_pattern * int,'a) Dn.t