aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/interface/name_to_ast.mli
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/interface/name_to_ast.mli')
-rw-r--r--plugins/interface/name_to_ast.mli5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/interface/name_to_ast.mli b/plugins/interface/name_to_ast.mli
new file mode 100644
index 000000000..f9e83b5e1
--- /dev/null
+++ b/plugins/interface/name_to_ast.mli
@@ -0,0 +1,5 @@
+val name_to_ast : Libnames.reference -> Vernacexpr.vernac_expr;;
+val inductive_to_ast_list : Names.mutual_inductive -> Vernacexpr.vernac_expr list;;
+val constant_to_ast_list : Names.constant -> Vernacexpr.vernac_expr list;;
+val variable_to_ast_list : Names.variable -> Vernacexpr.vernac_expr list;;
+val leaf_entry_to_ast_list : (Libnames.section_path * Names.mutual_inductive) * Libobject.obj -> Vernacexpr.vernac_expr list;;