Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Using Ssreflect in Coq

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Using Ssreflect in Coq


Chronological Thread 
  • From: Frédéric Blanqui <frederic.blanqui AT inria.fr>
  • To: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: [Coq-Club] Using Ssreflect in Coq
  • Date: Wed, 5 Sep 2018 10:17:02 +0200

Hello.

In https://coq.inria.fr/distrib/current/refman/proof-engine/ssreflect-proof-language.html?highlight=ssreflect#usage, it is written:

"All in all, this corresponds to working in the following context:

From Coq Require Import ssreflect ssrfun ssrbool.
Set Implicit Arguments.
Unset Strict Implicit.
Unset Printing Implicit Defensive."

Is this all we have to write before using Ssreflect? Isn't there a one-line command?

Frédéric.





Archive powered by MHonArc 2.6.18.

Top of Page