From 4d61b0c12eb94e220740e39e10a7678cdc0a5a85 Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 16 Oct 2003 14:52:09 +0000 Subject: Debranchement de l'affichage systematique des projections avec la notation pointee; soumis maintenant a l'activation de l'option 'Set Printing Projections' git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4649 85f007b7-540e-0410-9357-904b9bb8a0f7 --- toplevel/vernacentries.ml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'toplevel/vernacentries.ml') diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml index b9150a30e..3f979d9b1 100644 --- a/toplevel/vernacentries.ml +++ b/toplevel/vernacentries.ml @@ -719,6 +719,14 @@ let _ = optread = (fun () -> !Constrextern.print_implicits); optwrite = (fun b -> Constrextern.print_implicits := b) } +let _ = + declare_bool_option + { optsync = true; + optname = "projection printing using dot notation"; + optkey = (SecondaryTable ("Printing","Projections")); + optread = (fun () -> !Constrextern.print_projections); + optwrite = (fun b -> Constrextern.print_projections := b) } + let _ = declare_bool_option { optsync = true; -- cgit v1.2.3