aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorppedrot2013-06-21 21:04:00 +0000
committerppedrot2013-06-21 21:04:00 +0000
commitbd7da353ea503423206e329af7a56174cb39f435 (patch)
tree275cce39ed6fb899660155a43ab0987c4f83025b /dev
parent9024a91b59b9ecfb94e68b3748f2a9a66adcf515 (diff)
Splitted up Genarg in four different levels:
1. Genarg itself which only defines the abstract datatypes needed. 2. Genintern, first file of interp/, defining the intern and subst functions. 3. Geninterp, first file of tactics/, defining the interp function. 4. Genprint, first file of printing/, dealing with the printers. The Genarg file has no dependency and is in lib/, so that we can put generic arguments everywhere, and in particular in ASTs. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16601 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev')
-rw-r--r--dev/printers.mllib3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/printers.mllib b/dev/printers.mllib
index 80eaa6b850..3a8a2cc3d8 100644
--- a/dev/printers.mllib
+++ b/dev/printers.mllib
@@ -34,6 +34,7 @@ Predicate
Rtree
Heap
Dnet
+Genarg
Names
Univ
@@ -120,11 +121,11 @@ Cases
Pretyping
Declaremods
+Genprint
Tok
Lexer
Ppextend
Pputils
-Genarg
Stdarg
Constrarg
Constrexpr_ops