From 79d26fe92944bdd58170d118d3fed63da8422e94 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sun, 26 May 2019 10:46:26 +0200 Subject: [PATCH] fix comment --- _CoqProject | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_CoqProject b/_CoqProject index 53bfb6e..9277fe8 100644 --- a/_CoqProject +++ b/_CoqProject @@ -1,6 +1,5 @@ -Q theories iris_examples -# 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 and there is no good way to do that with scopes. -arg -w -arg -notation-overridden # non-canonical projections (https://github.com/coq/coq/pull/10076) do not exist yet in 8.9. -arg -w -arg -redundant-canonical-projection -- GitLab