summaryrefslogtreecommitdiff
path: root/kernel/subtyping.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/subtyping.mli')
-rw-r--r--kernel/subtyping.mli14
1 files changed, 7 insertions, 7 deletions
diff --git a/kernel/subtyping.mli b/kernel/subtyping.mli
index a00eb873..4e755e42 100644
--- a/kernel/subtyping.mli
+++ b/kernel/subtyping.mli
@@ -1,15 +1,15 @@
(************************************************************************)
-(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2016 *)
+(* * The Coq Proof Assistant / The Coq Development Team *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(* * (see LICENSE file for the text of the license) *)
(************************************************************************)
open Univ
open Declarations
open Environ
-val check_subtypes : env -> module_type_body -> module_type_body -> constraints
-
-
+val check_subtypes : env -> module_type_body -> module_type_body -> Constraint.t