8723f5b613
Given a datatype C with parameters As, if the declaration contained (C Bs), the elaborator would silently replace it with (C As). This bug would confuse users and make them believe they define something different.
3 lines
208 B
Text
3 lines
208 B
Text
ind_parser_bug.lean:4:39: error: invalid datatype declaration, mismatch in the #3 explicit parameter
|
|
ind_parser_bug.lean:11:41: error: invalid datatype declaration, mismatch in the #1 explicit parameter
|
|
done
|