We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 757a929 + 34c5589 commit 48f6e56Copy full SHA for 48f6e56
src/wp_rewrite.ml
@@ -232,7 +232,7 @@ let fresh_key: unit -> KerName.t =
232
let (mp, _) = KerName.repr kn in
233
let lbl = Id.of_string_soft (Printf.sprintf "%s#%i"
234
(ModPath.to_string mp) cur)
235
- in KerName.make mp (Label.of_id lbl)
+ in KerName.make mp lbl
236
237
let decompose_applied_relation (env: Environ.env) (sigma: Evd.evar_map) (c: constr) (ctype: Evd.econstr) (left2right: bool): hypinfo option =
238
let find_rel ty =
0 commit comments