From c3dcb5ac72bd33ffa24e0fa64ff3293135267fdd Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sun, 4 Oct 2020 23:03:37 +0200 Subject: Adding support for printing goal names in CoqIDE. Co-authored-by: Théo Zimmermann Co-authored-by: Pierre-Marie Pédrot --- printing/printer.mli | 3 +++ 1 file changed, 3 insertions(+) (limited to 'printing/printer.mli') diff --git a/printing/printer.mli b/printing/printer.mli index a25cbebe91..ea388ae57e 100644 --- a/printing/printer.mli +++ b/printing/printer.mli @@ -264,3 +264,6 @@ val pr_goal_by_id : proof:Proof.t -> Id.t -> Pp.t val pr_goal_emacs : proof:Proof.t option -> int -> int -> Pp.t val pr_typing_flags : Declarations.typing_flags -> Pp.t + +(** Tells if flag "Printing Goal Names" is activated *) +val print_goal_names : unit -> bool -- cgit v1.2.3