Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] RE: Program obligations leaving out key hypotheses

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] RE: Program obligations leaving out key hypotheses


chronological Thread 
  • From: Gyesik Lee <gslee AT hknu.ac.kr>
  • To: alexander AT math.ohio-state.edu
  • Cc: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] RE: Program obligations leaving out key hypotheses
  • Date: Mon, 21 Nov 2011 12:11:10 +0900

> Just removing "in ... return ..." seems to work.

I am wondering why it doesn't work when "in ... return..." is used.

> I was able to fix it by adding "Require Coq.Logic.JMeq" (note just one .JMeq
> instead of .JMeq.JMeq) to the top of the file.  Have we just discovered a 
> minor
> typo in Coq?

By "Require Coq.Logic.JMeq" you are importing the JMeq module,
and that module includes the inductive type JMeq.

I guess, the JMeq type is implicitly used in dealing with your case.

Gyesik




Archive powered by MhonArc 2.6.16.

Top of Page