diff options
| author | Jason Gross | 2020-03-23 11:21:23 -0400 |
|---|---|---|
| committer | Jason Gross | 2020-03-23 11:21:23 -0400 |
| commit | 2dd370aa61cde688191b0684cc4e47ee3d48f3d1 (patch) | |
| tree | 687e7a4bec57356980210bbf2e1223d5e4f81771 /pretyping/reductionops.ml | |
| parent | 154e75bb619f7d9d288f7e7ec488e69463e0673a (diff) | |
s/magicaly/magically/
Diffstat (limited to 'pretyping/reductionops.ml')
| -rw-r--r-- | pretyping/reductionops.ml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pretyping/reductionops.ml b/pretyping/reductionops.ml index 1e4b537117..ee8ee4c15b 100644 --- a/pretyping/reductionops.ml +++ b/pretyping/reductionops.ml @@ -716,7 +716,7 @@ let reducible_mind_case sigma c = match EConstr.kind sigma c with f x := t. End M. Definition f := u. and say goodbye to any hope of refolding M.f this way ... *) -let magicaly_constant_of_fixbody env sigma reference bd = function +let magically_constant_of_fixbody env sigma reference bd = function | Name.Anonymous -> bd | Name.Name id -> let open UnivProblem in @@ -758,7 +758,7 @@ let contract_cofix ?env sigma ?reference (bodynum,(names,types,bodies as typedbo | Some e -> match reference with | None -> bd - | Some r -> magicaly_constant_of_fixbody e sigma r bd names.(ind).binder_name in + | Some r -> magically_constant_of_fixbody e sigma r bd names.(ind).binder_name in let closure = List.init nbodies make_Fi in substl closure bodies.(bodynum) @@ -800,7 +800,7 @@ let contract_fix ?env sigma ?reference ((recindices,bodynum),(names,types,bodies | Some e -> match reference with | None -> bd - | Some r -> magicaly_constant_of_fixbody e sigma r bd names.(ind).binder_name in + | Some r -> magically_constant_of_fixbody e sigma r bd names.(ind).binder_name in let closure = List.init nbodies make_Fi in substl closure bodies.(bodynum) |
