diff options
Diffstat (limited to 'pretyping')
| -rw-r--r-- | pretyping/tacred.ml | 2 | ||||
| -rw-r--r-- | pretyping/tacred.mli | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/pretyping/tacred.ml b/pretyping/tacred.ml index 16ea6c5896..ad33549ca6 100644 --- a/pretyping/tacred.ml +++ b/pretyping/tacred.ml @@ -270,7 +270,6 @@ type red_expr = | Lazy of Closure.flags | Unfold of (int list * section_path) list | Fold of constr list - | Change of constr | Pattern of (int list * constr * constr) list let reduction_of_redexp = function @@ -281,7 +280,6 @@ let reduction_of_redexp = function | Lazy f -> clos_norm_flags f | Unfold ubinds -> unfoldn ubinds | Fold cl -> fold_commands cl - | Change t -> (fun _ _ _ -> t) | Pattern lp -> pattern_occs lp (* Used in several tactics. *) diff --git a/pretyping/tacred.mli b/pretyping/tacred.mli index a1aec82cdd..a555667e6d 100644 --- a/pretyping/tacred.mli +++ b/pretyping/tacred.mli @@ -31,7 +31,6 @@ type red_expr = | Lazy of Closure.flags | Unfold of (int list * section_path) list | Fold of constr list - | Change of constr | Pattern of (int list * constr * constr) list val reduction_of_redexp : red_expr -> 'a reduction_function |
