aboutsummaryrefslogtreecommitdiff
path: root/kernel/nativeconv.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/nativeconv.mli')
-rw-r--r--kernel/nativeconv.mli8
1 files changed, 6 insertions, 2 deletions
diff --git a/kernel/nativeconv.mli b/kernel/nativeconv.mli
index 318a7d830b..63b1eb0586 100644
--- a/kernel/nativeconv.mli
+++ b/kernel/nativeconv.mli
@@ -1,6 +1,6 @@
(************************************************************************)
(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2015 *)
+(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2016 *)
(* \VV/ **************************************************************)
(* // * This file is distributed under the terms of the *)
(* * GNU Lesser General Public License Version 2.1 *)
@@ -11,4 +11,8 @@ open Nativelambda
(** This module implements the conversion test by compiling to OCaml code *)
-val native_conv : conv_pb -> evars -> types conversion_function
+val native_conv : conv_pb -> evars -> types kernel_conversion_function
+
+(** A conversion function parametrized by a universe comparator. Used outside of
+ the kernel. *)
+val native_conv_gen : conv_pb -> evars -> (types, 'a) generic_conversion_function