(** These are different universes *) CheckType@{a}. CheckType@{decls.a}.
CheckType@{decls.b}.
Fail CheckType@{decls.c}.
Fail CheckType@{i}.
Universe foo. Module Foo. (** Already declared globaly: but universe names are scoped at the module level *)
Universe foo.
Universe bar.
CheckType@{Foo.foo}. Definition bar := O. End Foo.
(** Already declared in the module *)
Universe bar.
(** Accessible outside the module: universe declarations are global *) CheckType@{bar}. CheckType@{Foo.bar}.
CheckType@{Foo.foo}. (** The same *) CheckType@{foo}. CheckType@{unidecls.foo}.
Universe secfoo. Section Foo'.
Fail Universe secfoo.
Universe secfoo2.
Fail CheckType@{Foo'.secfoo2}. CheckType@{secfoo2}.
Constraint secfoo2 < a. End Foo'.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.