Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Coq 8.8+beta1 is out!

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Coq 8.8+beta1 is out!


Chronological Thread 
  • From: Maxime Dénès <mail AT maximedenes.fr>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Coq 8.8+beta1 is out!
  • Date: Wed, 21 Mar 2018 15:26:59 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=mail AT maximedenes.fr; spf=Pass smtp.mailfrom=mail AT maximedenes.fr; spf=None smtp.helo=postmaster AT 5.mo2.mail-out.ovh.net
  • Ironport-phdr: 9a23:hchDzRxmWQLplw/XCy+O+j09IxM/srCxBDY+r6Qd1O8UIJqq85mqBkHD//Il1AaPAd2Araocw8Pt8InYEVQa5piAtH1QOLdtbDQizfssogo7HcSeAlf6JvO5JwYzHcBFSUM3tyrjaRsdF8nxfUDdrWOv5jAOBBr/KRB1JuPoEYLOksi7ze+/94HdbglSmDaxfa55IQmrownWqsQYm5ZpJLwryhvOrHtIeuBWyn1tKFmOgRvy5dq+8YB6/ShItP0v68BPUaPhf6QlVrNYFygpM3o05MLwqxbOSxaE62YGXWUXlhpIBBXF7A3/U5zsvCb2qvZx1S+HNsDwULs6Wymt771zRRHolSkJKT03/m/ZhcN/kK1VrwmspwB8zoPOfI2ZKPRzc6HbcNgHRWRBRMFRVylZD427dYQOAOsBPeNGoILgqVUJtx2+AhC3BOjyzTJIg2X53aw+0+k6FAHJxgMhH9MLsHvKsdr6KqESXv6uzKXSwzXDdepb1DHg44bGdRAhpOuDXbN2ccfJxkkvFh/FjlWNqYP+JT+ayuMNs22d4uF9Vuyvk3YqpgJzrzS1wsohiZPFip8Wx1zZ7yl13ok4KN6gREJmb9OpE4FcuiWbOodsXM8uX31ktDwnxrAFv5OwYTIEx449xxHFbvyKa4iI7QznVOaWOTp1hGhpeLe4hxqs60Sgz/fzVsiw0FpTqSpFj8XMumoK1xzN6siLUP198Vm92TqX1gDT7P9LIVwsmKfYKZMt2Lo9m5kJvUjeHSL6hV/6gLGZe0gn4uSo7v7oYrTipp+SLY90jQT+P7wrmsOlAOQ4NhMDX22B9uWz1b3j+FP2T6hUgf0wjKbZq4rWJcoBpqKhGQ9azp4j6wqjDzehyNkXgX4HLEtcdB2bi4jpJkrBLevjDfa/hlSsiC1ky+rHPr3nGJXNL2LMnK3vfbZnuAZgz184yska7JZJAJkAJujyUwn/ro/2FBg8Zim90+fiBZ1RV4WeQirbB6aYNIvXuE+J4+8jLu+Bf8kbomCueLAe+/fygCphyhcmdq6z0M5PMSHqLrFdO0ycJEHUrJIEGGYOsBA5SbW02liLQT9Wanq/Wa8noD8hWtv/UdXzA7u1ibnE5x+VW4VMbzkYWFWFAXbteomJXfoXLiyIcJc4z240EIO5Qopk7imA8Q/3z709criJvCgf79Tm3dlxourOiVc16zwyCcmBgTmA

Dear Coq clubbers,

The Coq development team is pleased to announce the release of the
first beta version of Coq 8.8, available at:

https://github.com/coq/coq/releases/tag/V8.8%2Bbeta1

Source, Windows and OS X packages are available.

Summary of changes:

- Kernel: fix a subject reduction failure due to allowing fixpoints on
non-recursive values (#407), by Matthieu Sozeau. Handling of evars in
the VM (#935) by Pierre-Marie Pédrot.

- Notations: many improvements on recursive notations and support for
destructuring patterns in the syntax of notations by Hugo Herbelin.

- Proof language: tacticals for profiling, timing and checking success
or failure of tactics by Jason Gross. The focusing bracket ``{``
supports single-numbered goal selectors, e.g. ``2:{``, (#6551) by Théo
Zimmermann.

- Vernacular: cleanup of definition commands (#6653) by Vincent Laporte
and more uniform handling of the ``Local`` flag (#1049), by Maxime
Dénès. Experimental ``Show Extraction`` command (#6926) by Pierre
Letouzey. Coercion now accepts ``Prop`` or ``Type`` as a source (#6480)
by Arthur Charguéraud. ``Export`` modifier for options allowing to
export the option to modules that ``Import`` and not only ``Require`` a
module (#6923), by Pierre-Marie Pédrot.

- Universes: many user-level and API level enhancements: qualified
naming and printing, variance annotations for cumulative inductive
types, more general constraints and enhancements of the minimization
heuristics, interaction with modules by Gaëtan Gilbert, Pierre-Marie
Pédrot and Matthieu Sozeau.

- Library: Decimal Numbers library (#6599) by Pierre Letouzey and
various small improvements.

- Documentation: a large community effort resulted in the migration of
the reference manual to the Sphinx documentation tool.

- Tools: experimental ``-mangle-names`` option to coqtop/coqc for
linting proof scripts (#6582), by Jasper Hugunin.

More information can be found in the CHANGES file. Feedback and bug
reports are extremely welcome.

Version 8.8 is the third release of Coq developed on a time-based
development cycle. Its development spanned 6 months from the release of
Coq 8.7 and was based on a public roadmap. The development process was
coordinated by Matthieu Sozeau. Maxime Dénès was in charge of the
release process.

The Coq Development Team




Archive powered by MHonArc 2.6.18.

Top of Page