From 08328ebf3f5b3b053c9647d20e02c8bd750fca3a Mon Sep 17 00:00:00 2001 From: Jonas Kastberg Hinrichsen <jihgfee@gmail.com> Date: Thu, 27 Feb 2025 12:50:23 +0100 Subject: [PATCH] Added suppression of notation-incompatible-prefix --- _CoqProject | 1 + 1 file changed, 1 insertion(+) diff --git a/_CoqProject b/_CoqProject index 1b95eb4..97f138a 100644 --- a/_CoqProject +++ b/_CoqProject @@ -5,6 +5,7 @@ # Cannot use non-canonical projections as it causes massive unification failures # (https://github.com/coq/coq/issues/6294). -arg -w -arg -redundant-canonical-projection +-arg -w -arg -notation-incompatible-prefix # No common logical root, so we have to specify documentation root, to avoid warnings -docroot actris -- GitLab