We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a197cd0 commit f08fb92Copy full SHA for f08fb92
src/fsharp/TypeChecker.fs
@@ -14163,7 +14163,6 @@ module EstablishTypeDefinitionCores =
14163
14164
// Augmentations of type definitions are allowed within the same file as long as no new type representation or abbreviation is given
14165
CheckForDuplicateConcreteType env id.idText id.idRange
14166
- //CheckForDuplicateModule env id.idText id.idRange
14167
let vis,cpath = ComputeAccessAndCompPath env None id.idRange synVis parent
14168
14169
// Establish the visibility of the representation, e.g.
0 commit comments