Inductive:>Type A( x =x. Definition ret (x : nat * A (fun x => x))
:= match x returnTypewith
| (y,z) => match z in A f return f Typewith
| J => bool end end. Definition foo : forall x, ret x. Proof.
Fail refine (fun x
=> match x return ret x with
| (y,J) => true end
). Abort.
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.