products/Sources/formale Sprachen/Coq/test-suite/bugs/closed image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: bug_3657.v   Sprache: Coq

Original von: Coq©

(* -*- mode: coq; coq-prog-args: ("-R" "." "Prob" "-top" "Product") -*- *)
(* File reduced by coq-bug-finder from original input, then from 391 lines to 77 lines, then from 857 lines to 119 lines, then from 1584 lines to 126 lines, then from 362 lines to 135 lines, then from 149 lines to 135 lines *)
(* coqc version 8.5pl1 (June 2016) compiled on Jun 9 2016 17:27:17 with OCaml 4.02.3
   coqtop version 8.5pl1 (June 2016) *)

Set Universe Polymorphism.

Inductive GCov (I : Type) : Type := | Foo : I -> GCov I.

Section Product.

Variables S IS : Type.
Variable locS : IS -> True.

Goal GCov (IS * S) -> GCov IS.
intros X0. induction X0; intros.
destruct i.
specialize (locS i).
clear -locS.
destruct locS. Show Universes.
Admitted.

(*
Anomaly: Universe Product.5189 undefined. Please report.
*)

End Product.

¤ Dauer der Verarbeitung: 0.48 Sekunden  (vorverarbeitet)  ¤





Download des
Quellennavigators
Download des
sprechenden Kalenders

in der Quellcodebibliothek suchen




Haftungshinweis

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.


Bot Zugriff