aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/firstorder/rules.mli
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/firstorder/rules.mli')
-rw-r--r--plugins/firstorder/rules.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/firstorder/rules.mli b/plugins/firstorder/rules.mli
index 1c2c93a49..b804c93ae 100644
--- a/plugins/firstorder/rules.mli
+++ b/plugins/firstorder/rules.mli
@@ -21,7 +21,7 @@ type 'a with_backtracking = tactic -> 'a
val wrap : int -> bool -> seqtac
-val id_of_global: global_reference -> identifier
+val basename_of_global: global_reference -> identifier
val clear_global: global_reference -> tactic