diff options
Diffstat (limited to 'vernac')
| -rw-r--r-- | vernac/vernacentries.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/vernacentries.ml b/vernac/vernacentries.ml index ec32c83670..c86b70c78e 100644 --- a/vernac/vernacentries.ml +++ b/vernac/vernacentries.ml @@ -1847,7 +1847,7 @@ let vernac_register qid r = | "ind_carry" -> CPrimitives.(PIE PIT_carry) | "ind_pair" -> CPrimitives.(PIE PIT_pair) | "ind_cmp" -> CPrimitives.(PIE PIT_cmp) - | "ind_option" -> CPrimitives.(PIE PIT_option) + | "ind_f_cmp" -> CPrimitives.(PIE PIT_f_cmp) | k -> CErrors.user_err Pp.(str "Register: unknown identifier “" ++ str k ++ str "” in the “kernel” namespace") in match gr with |
