Skip to Content.
Sympa Menu

coq-club - [Coq-Club] is it normal [firstorder] to hang on simple testcase?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] is it normal [firstorder] to hang on simple testcase?


chronological Thread 
  • From: Georgi Guninski <guninski AT guninski.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] is it normal [firstorder] to hang on simple testcase?
  • Date: Tue, 24 May 2011 16:57:17 +0300
  • Header: best read with a sniffer

[firstorder] hangs both coqtop and coqc consuming memory on this testcase:

Inductive AA : Prop := A0: forall B : Prop, AA->B->AA.
Lemma l1: AA->False.
Proof.
(* apply AA_ind. intros. contradiction. *)
firstorder.
Qed.

i doubt this is possible, but can i port this to the .vo or is it just a .ml 
plugin feature?

-- 
joro



Archive powered by MhonArc 2.6.16.

Top of Page