From a3b4bde65a350bf3dc54ccec8f7608355c6a008a Mon Sep 17 00:00:00 2001 From: ppedrot Date: Tue, 18 Jun 2013 19:48:50 +0000 Subject: Proof-of-concept: moved four easy-to-handle generic arguments to their own file, Stdarg. This required a little trick to correctly handle wit_* naming. We use a dynamic table to remember exactly where those arguments come from. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16587 85f007b7-540e-0410-9357-904b9bb8a0f7 --- interp/stdarg.mli | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 interp/stdarg.mli (limited to 'interp/stdarg.mli') diff --git a/interp/stdarg.mli b/interp/stdarg.mli new file mode 100644 index 000000000..276c4c54c --- /dev/null +++ b/interp/stdarg.mli @@ -0,0 +1,19 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(*