Structure type : Type := Pack { ob : Type }.
Polymorphic Record category := { foo : Type }. Definition FuncComp := Pack category. Axiom C : category.
Check (C : ob FuncComp). (* OK *)
Canonical Structure FuncComp.
Check (C : ob FuncComp). (* Toplevel input, characters 15-39: Error: The term "C" has type "category" while it is expected to have type
"ob FuncComp". *)
¤ Dauer der Verarbeitung: 0.1 Sekunden
(vorverarbeitet)
¤
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.