diff options
| author | Hugo Herbelin | 2020-10-29 14:11:39 +0100 |
|---|---|---|
| committer | Hugo Herbelin | 2020-10-29 15:07:52 +0100 |
| commit | c233a13620202790fa59fc720b7149a0d88f275a (patch) | |
| tree | 15818db55abb73e375fe869d77d62c2f5ba9eab3 /plugins/ltac/rewrite.mli | |
| parent | 473160ebe4a835dde50d6c209ab17c7e1b84979c (diff) | |
Fixing interpretation of rewrite_strat argument in Ltac.
Ltac variables were not yet supported.
Diffstat (limited to 'plugins/ltac/rewrite.mli')
| -rw-r--r-- | plugins/ltac/rewrite.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ltac/rewrite.mli b/plugins/ltac/rewrite.mli index 60a66dd861..8e0ce183c2 100644 --- a/plugins/ltac/rewrite.mli +++ b/plugins/ltac/rewrite.mli @@ -62,7 +62,7 @@ type rewrite_result = type strategy -val strategy_of_ast : (glob_constr_and_expr, raw_red_expr) strategy_ast -> strategy +val strategy_of_ast : interp_sign -> (glob_constr_and_expr, glob_red_expr) strategy_ast -> strategy val map_strategy : ('a -> 'b) -> ('c -> 'd) -> ('a, 'c) strategy_ast -> ('b, 'd) strategy_ast |
