From 3c0fa55426e61884a8a67661025cc7a32ecc77ac Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 16 Jul 2011 20:35:26 +0000 Subject: This adds two option tables 'Printing Record' and 'Printing Constructor' that forces a given type to always be printed as a record, or with a constructor, regardless of the setting of 'Printing Records'. And this is that patch that controls printing by type. (patch from Tom Prince) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14286 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/coq_commands.ml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ide/coq_commands.ml') diff --git a/ide/coq_commands.ml b/ide/coq_commands.ml index 623b334e0..b9e141455 100644 --- a/ide/coq_commands.ml +++ b/ide/coq_commands.ml @@ -14,8 +14,10 @@ let commands = [ "Add LoadPath"; "Add ML Path"; "Add Morphism"; + "Add Printing Constructor"; "Add Printing If"; "Add Printing Let"; + "Add Printing Record"; "Add Rec LoadPath"; "Add Rec ML Path"; "Add Ring A Aplus Amult Aone Azero Ainv Aeq T [ c1 ... cn ]. "; @@ -92,8 +94,10 @@ let commands = [ "Record"; "Remark"; "Remove LoadPath"; + "Remove Printing Constructor"; "Remove Printing If"; "Remove Printing Let"; + "Remove Printing Record"; "Require"; "Require Export"; "Require Import"; -- cgit v1.2.3