From 67f72c93f5f364591224a86c52727867e02a8f71 Mon Sep 17 00:00:00 2001 From: filliatr Date: Thu, 14 Feb 2002 14:39:07 +0000 Subject: option -dump-glob pour coqdoc git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2474 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Num/Params.v | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'theories/Num/Params.v') diff --git a/theories/Num/Params.v b/theories/Num/Params.v index a7be171b8..91c132095 100644 --- a/theories/Num/Params.v +++ b/theories/Num/Params.v @@ -1,7 +1,16 @@ -(*i $Id $ i*) +(***********************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* N->N. Parameter S:N->N. -(*s Relations, equality is defined separately *) +(** Relations, equality is defined separately *) Parameter lt,le,gt,ge:N->N->Prop. -- cgit v1.2.3