diff options
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/first-order/rules.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/first-order/rules.ml b/contrib/first-order/rules.ml index b047e01f16..ec4282fa26 100644 --- a/contrib/first-order/rules.ml +++ b/contrib/first-order/rules.ml @@ -211,4 +211,4 @@ let normalize_evaluables= None->unfold_in_concl (Lazy.force defined_connectives) | Some id-> unfold_in_hyp (Lazy.force defined_connectives) - (Tacexpr.InHypType id)) + (id,(Tacexpr.InHypTypeOnly,ref None))) |
