From fbe32a3c1728fefbd4e06ca01d4940c5f586bd64 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Mon, 24 Aug 2020 10:49:04 +0200 Subject: [PATCH] line-wrap _CoqProject comments --- _CoqProject | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_CoqProject b/_CoqProject index 5a92de86d..8e7ab6059 100644 --- a/_CoqProject +++ b/_CoqProject @@ -1,9 +1,9 @@ -Q theories iris -# We sometimes want to locally override notation (e.g. in proofmode/base.v, bi/embedding.v), and there -# is no good way to do that with scopes. +# We sometimes want to locally override notation (e.g. in proofmode/base.v, +# bi/embedding.v), and there is no good way to do that with scopes. -arg -w -arg -notation-overridden # Cannot use non-canonical projections as it causes massive unification failures -# (https://github.com/coq/coq/issues/6294) +# (https://github.com/coq/coq/issues/6294). -arg -w -arg -redundant-canonical-projection theories/algebra/monoid.v -- GitLab