Goal True. let t := open_constr:(_) in let c := open_constr:(fun x (f:t x) => f x) in let _ := type of c in idtac. Abort.
Axiom ST : SProp. Axiom s : ST.
Goal ST. let t := open_constr:(_) in let c := open_constr:(fun x (f:t x) => f x) in let c := evalsimpl in c in let c := constr:(c s (fun x => x)) in exact c. Qed.
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.