diff options
| -rw-r--r-- | contrib/setoid/setoid_replace.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/setoid/setoid_replace.ml b/contrib/setoid/setoid_replace.ml index 036f0b2575..743302d0db 100644 --- a/contrib/setoid/setoid_replace.ml +++ b/contrib/setoid/setoid_replace.ml @@ -435,7 +435,7 @@ let add_morphism lem_name (m,profil) = let env = Global.env() in let mext = (current_constant lem_name) in let typeofm = (Typing.type_of env Evd.empty m) in - let typ = (nf_betadeltaiota env Evd.empty typeofm) in + let typ = (nf_betaiota typeofm) in let (argsrev, body) = (decompose_prod typ) in let args = List.rev argsrev in let args_t = (List.map snd args) in |
