Skip to Content.
Sympa Menu

ssreflect - Ssreflect, coercions, and module import

Subject: Ssreflect Users Discussion List

List archive

Ssreflect, coercions, and module import


Chronological Thread 
  • From: Guillaume Melquiond <>
  • To:
  • Subject: Ssreflect, coercions, and module import
  • Date: Sun, 13 May 2012 09:13:40 +0200

Hi,

I'm encountering a strange issue with 8.3pl4 and 1.3pl2 and I wonder if
this rings a bell to someone. I don't remember having this issue with
earlier versions, but I can't say for sure whether it comes from Coq,
ssreflect, or my system.

Require Import Rineq Qcanon.
Require Import ssreflect.
Print Coercions.
(* this neg nonneg nonpos nonzero pos sigT_of_sig
sig_of_sigT *)

Require Import Rineq Qcanon ssreflect.
Print Coercions.
(* sigT_of_sig
sig_of_sigT *)

As you can, if ssreflect happens to be imported on the same line as
other libraries, the coercions of those libraries vanish into thin air.

Best regards,

Guillaume




Archive powered by MHonArc 2.6.18.

Top of Page