Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Iris 3.1, std++ 1.1

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Iris 3.1, std++ 1.1


Chronological Thread 
  • From: Ralf Jung <jung AT mpi-sws.org>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Iris 3.1, std++ 1.1
  • Date: Tue, 19 Dec 2017 19:36:41 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=jung AT mpi-sws.org; spf=Pass smtp.mailfrom=jung AT mpi-sws.org; spf=None smtp.helo=postmaster AT jupiter.mpi-klsb.mpg.de
  • Ironport-phdr: 9a23:nrzQOhzqGsPFuVzXCy+O+j09IxM/srCxBDY+r6Qd1OwUIJqq85mqBkHD//Il1AaPAd2Craocw8Pt8InYEVQa5piAtH1QOLdtbDQizfssogo7HcSeAlf6JvO5JwYzHcBFSUM3tyrjaRsdF8nxfUDdrWOv5jAOBBr/KRB1JuPoEYLOksi7ze+/94HObwlSmDaxfa55IQmrownWqsQYm5ZpJLwryhvOrHtIeuBWyn1tKFmOgRvy5dq+8YB6/ShItP0v68BPUaPhf6QlVrNYFygpM3o05MLwqxbOSxaE62YGXWUXlhpIBBXF7A3/U5zsvCb2qvZx1S+HNsDwULs6Wymt771zRRH2iCkJKj03/m/ZhcN/kK1VrwmspwB9zoPOfI2ZKPRzc6HbcNgHRWRBRMFRVylZD42gdYQPC+QBNvtcoYngoVsOoga1CA6uBOPyzD9IiWT73agi0+QgCA3GxwIhH8kUvHTTttX1O74fXOaox6fGyjXDaulZ2Tb76IXQdxAhufCMUatrccvf0kkjDQTFjk+fqYD9PjOVzOUNs3OC4+p4T+KvjGwnpB9trTiz3MssjZPJho0Tx1vZ9it52J44KcC2RUN/e9KoDZ9duzuZOoZ3WM8uXmFltD4kxrEbu5O3ZisHxIo9yxLCd/CKfZKE7xPjWeuXPDx2nmhqeKiliBa36UWgyvPzVs2z0FtSrCpFj8HMtnER1xPN8MiLUP59/l+g2TqW1ADT7vpELlsumareM54hzaQ8mYcNvkjbHy/2nlv5jLOOe0k59OWl7/7rbqjiq5OGNIJ5ixvyPrkul8CnBOQ3KAkOX2yV+eSm073j+FX0QLdXjv0wnanUq5XaJdwapqKgGA9U3J0j5wy4Dze839QUhWMHI05deBKbk4jpPEnDL+z/DfemmlijjDNrx+3dMbD6GZXMLn3DkK/7crpn6k5czhAzzdFF6J5OBLEBOqG7Zkikv9vBSxQ9LgacwuD9Cdw72JlNd3iIB/qjOafc+X2V4O1nd+uRYoA9vS78buM6/Ljpl3BvygxVRrWgwZZCMCPwJf9hOUjMOXc=

Dear Coq-Clubbers,

We are happy to announce the release of *Iris 3.1*. Iris is a higher-order
concurrent separation logic and a Coq framework for performing interactive
program verification using said logic. You can find more information at
<http://iris-project.org/>. This is the Iris release that will be used at the
upcoming Iris tutorial at POPL'18.

For examples showing how to use Iris, have a look at the Iris case studies we
maintain at <https://gitlab.mpi-sws.org/FP/iris-examples>. We will make sure
they are always compatible with the latest version of Iris. Lecture material
for Iris is available at <http://iris-project.org/tutorial-material.html>.

This release includes many improvements and extensions, both to the theory of
Iris, its derived constructions, and the Coq infrastructure. On the Coq side,
we mostly worked on making the interactive proof mode more consistent and more
expressive, accounting for the needs of the growing number of projects that
rely
on it. The full list of changes is documented in our Changelog at
<https://gitlab.mpi-sws.org/FP/iris-coq/blob/master/CHANGELOG.md>.

Iris 3.1 should appear in Coq's opam repository soon. If you have any
questions, don't hesitate to contact us on our mailing list at
<https://lists.mpi-sws.org/listinfo/iris-club>, or join the recently created
Iris chat room at <https://mattermost.mpi-sws.org/iris>. We also welcome bug
reports and pull requests at <https://gitlab.mpi-sws.org/FP/iris-coq/>.

Next to Iris 3.1, we are happy to release std++ 1.1: an "extended standard
library" for Coq, which provides many definitions and lemmas for common data
structures such as lists, finite maps, finite sets, and finite multisets, as
well as tactics and other infrastructure for reasoning about these. This
library
used to be part of Iris, but has become a separate project since this Iris
release. More information is available on the project website at
<https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp/>.

Both Iris 3.1 and std++ 1.1 are compatible with Coq 8.6.1 and newer.

On behalf of the Iris team,
Ralf


  • [Coq-Club] Iris 3.1, std++ 1.1, Ralf Jung, 12/19/2017

Archive powered by MHonArc 2.6.18.

Top of Page