From 7224d29868605f9ffc48d35b00be9c4f6d5c1c69 Mon Sep 17 00:00:00 2001 From: vgross Date: Mon, 14 Sep 2009 12:25:55 +0000 Subject: tags refactoring all tags are isolated in tags.ml, and all tags are accessed directly, not through their names. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12327 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/tags.ml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 ide/tags.ml (limited to 'ide/tags.ml') diff --git a/ide/tags.ml b/ide/tags.ml new file mode 100644 index 000000000..89adad2c1 --- /dev/null +++ b/ide/tags.ml @@ -0,0 +1,46 @@ + +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(*