diff options
Diffstat (limited to 'pretyping')
| -rw-r--r-- | pretyping/typing.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/typing.mli b/pretyping/typing.mli index 26dc8c560e..03e62e0060 100644 --- a/pretyping/typing.mli +++ b/pretyping/typing.mli @@ -12,7 +12,7 @@ open Environ open Evd (** This module provides the typing machine with existential variables - (but without universes). *) + and universes. *) (** Typecheck a term and return its type *) val type_of : env -> evar_map -> constr -> types |
