Skip to Content.
Sympa Menu

ssreflect - Re: [ssreflect] MathComp/Ssreflect Tutorials?

Subject: Ssreflect Users Discussion List

List archive

Re: [ssreflect] MathComp/Ssreflect Tutorials?


Chronological Thread 
  • From: Michael Nahas <>
  • To: Christian Doczkal <>
  • Cc: "" <>
  • Subject: Re: [ssreflect] MathComp/Ssreflect Tutorials?
  • Date: Tue, 18 Jul 2017 10:35:08 -0500
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:4PgqMRZKJBUQ8LstVdkeui7/LSx+4OfEezUN459isYplN5qZr8+5bnLW6fgltlLVR4KTs6sC0LuJ9fi4EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQtFiT6/bL9oMBm6sRjau9ULj4dlNqs/0AbCrGFSe+RRy2NoJFaTkAj568yt4pNt8Dletuw4+cJYXqr0Y6o3TbpDDDQ7KG81/9HktQPCTQSU+HQRVHgdnwdSDAjE6BH6WYrxsjf/u+Fg1iSWIdH6QLYpUjm58axlVAHnhzsGNz4h8WHYlMpwjL5AoBm8oxBz2pPYbJ2JOPZ7eK7WYNEUSndbXstJVSNBDIOyYYUMAeQcI+hXs5LwqEESoRakHwSgGP/jxz1Oi3Tr3aM6yeMhEQTe0QInHtIBrHTUo8/rO6cWTOu71LPHzTXZYPNNxDzw743IchEiof6SR75wd9DeyUk1GAPelViQponlMCmU1uQJqWSU8+1gVee2hmMhtgp/rD+vxsI2hYnIgIIY0l/E9SRlwIY1ON23U1R3Yd+jEJdIuCGaNpd2QsM/Q25zoio11roGuZu9cSMXy5on3wbSZ+Kbf4WM+B7uV+acLS1liH57e7+znQu+/Eu9xuD6S8K6ykxFrjBfndnJrn0N1wLc6syASvZl+0euwzeP1wTK5uBKO0A4ibPXK5A8zrMzi5Yfq0vDHijxmEX5iK+ZaF8o9fSv6+Tiernmp5mcOJFoigzmLKgihsiyDf47PwUORWSX5Pqw2b758UHkQ7hGk+U6kqzDv5DbIcQbqLS5AwhQ0os77ha/DjSm38oCkXkBNl1FeAiIj5PyNlHBJfD3F/a/g1C2nDh3wPDGO6XtAo/RIXjbjLfhYbF95lZHyAoo19BQ+ZxUCrUfL/3vRk/8r8fYDx88Mwys2enrEtR91oUEWWKOGKCVKq3SsUXbrt4odsKMfo4OpDf0LbAJ4PX8jnY90QsWfbOoxocWYXb+EvNtMUaQZVLhhMxEFXYNuEwwVrq5pkeFVGt2Zn2yVq84rhcyCIu9RdPGR4OgxrqI3C6gNpJTb2FCTFuLFCG7JM2/R/4QZXfKcYdamTseWO3kEtd52A==

Hi Cristian,

For Coq, you can take a look at my tutorial:
   https://github.com/coq/www/blob/master/files/nahas_tutorial.v

It is just for Coq, not Ssreflect nor MathComp.  It a Coq file, not a PDF,  so people can install CoqIDE and walk through the file.  They will see not only what Coq looks like, but what the environment tells you.  It is very low-level and goes basic-step by basic-step with real examples.

A pretty-printed HTML version is here:
   https://mdnahas.github.io/doc/nahas_tutorial.html

Good luck,

Mike



On Tue, Jul 18, 2017 at 4:45 AM, Christian Doczkal <> wrote:
Hello,

I would like to introduce a few colleagues to Coq/MathComp/Ssreflect and
I'm looking for tutorials that I could use.

I really like the JsCoq slides from the ITP 2016 Tutorial [1], but it
seems these have fallen to some kind of bit-rot since then.

In Lesson 1 (on Ubuntu 16.10+Chromium 59) I get various errors when
trying to execute the search commands. Most often I get:

> Anomaly: Uncaught exception SyntaxError: Invalid regular _expression_:
/maximum call stack/: Maximum call stack size exceeded. Please report.

In Lesson 2 I cannot even execute the initial Require Import as I get:

> Error: Unable to locate library all_algebra with prefix mathcomp.

Is this some problem with my browser(s) or can this be remedied somehow?
Failing that, what other Tutorials would you recommend to introduce
people to MathComp?

Best,
Christian


[1] https://github.com/math-comp/wiki/wiki/tutorial-itp2016




Archive powered by MHonArc 2.6.18.

Top of Page