diff options
Diffstat (limited to 'kernel/subtyping.mli')
| -rw-r--r-- | kernel/subtyping.mli | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/kernel/subtyping.mli b/kernel/subtyping.mli index c0b1ee5d3c..d68d908a00 100644 --- a/kernel/subtyping.mli +++ b/kernel/subtyping.mli @@ -1,18 +1,16 @@ -(************************************************************************) -(* v * The Coq Proof Assistant / The Coq Development Team *) -(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *) -(* \VV/ **************************************************************) -(* // * This file is distributed under the terms of the *) -(* * GNU Lesser General Public License Version 2.1 *) -(************************************************************************) +(*********************************************************************** + v * The Coq Proof Assistant / The Coq Development Team + <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud + \VV/ ************************************************************* + // * This file is distributed under the terms of the + * GNU Lesser General Public License Version 2.1 + ***********************************************************************) (*i $Id$ i*) -(*i*) open Univ open Declarations open Environ -(*i*) val check_subtypes : env -> module_type_body -> module_type_body -> constraints |
