Ltac2 Evalmatch (kind '(nat -> bool)) with
| Prod a c => a
| _ => throw Match_failure end.
Set Allow StrictProp. Axiom something : SProp.
Ltac2 Evalmatch (kind '(forall x : something, bool)) with
| Prod a c => a
| _ => throw Match_failure end.
From Corelib RequireImport PrimInt63 PrimArray. OpenScope array_scope.
Ltac2 Evalmatch (kind '([|true|true|])) with
| Array _ _ _ ty => ty
| _ => throw Match_failure end.
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.