Unnecessary warning for syntax declarations in parameterless submodules #6918
Labels
names
syntax
Bike-shedding of the surface syntax
type: discussion
Discussions about Agda's design and implementation
Milestone
I'm trying to do the following in the standard library in the fix for agda/agda-stdlib#2146:
i.e. have different modules export the different pieces of syntax, so that users can pick whichever syntax they like for the same declaration by opening either
SyntaxA
orSyntaxB
modules.However I'm getting the following warnings:
So my question is: are these warnings justified? Or can this check be relaxed if the syntax declaration's scopes parameterisations are identical as in the case above?
The text was updated successfully, but these errors were encountered: