Skip to Content.
Sympa Menu

coq-club - extracting to equality

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

extracting to equality


chronological Thread 
  • From: Ewen Denney <denney AT irisa.fr>
  • To: coq-club AT pauillac.inria.fr
  • Subject: extracting to equality
  • Date: Fri, 22 Oct 1999 16:33:59 +0200
  • Organization: IRISA, Campus de Beaulieu, 35042 Rennes Cedex, France

Hello,

Is there a simple way of linking or importing ML equalities in general?

For example, suppose I want to write a program that uses an equality on
lists of pairs. In Caml, we just use "=", and in Coq we could suppose a
parameter eq_listpair, but how can these be connected? There isn't an
identifier in Caml, as there is for eq_string, say, which would allow a
link, and I'd rather not have to define the (obvious) equality by hand
in Coq.

Ewen






Archive powered by MhonArc 2.6.16.

Top of Page