Skip to content

Commit f08fb92

Browse files
authored
Update TypeChecker.fs
1 parent a197cd0 commit f08fb92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fsharp/TypeChecker.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14163,7 +14163,6 @@ module EstablishTypeDefinitionCores =
1416314163

1416414164
// Augmentations of type definitions are allowed within the same file as long as no new type representation or abbreviation is given
1416514165
CheckForDuplicateConcreteType env id.idText id.idRange
14166-
//CheckForDuplicateModule env id.idText id.idRange
1416714166
let vis,cpath = ComputeAccessAndCompPath env None id.idRange synVis parent
1416814167

1416914168
// Establish the visibility of the representation, e.g.

0 commit comments

Comments
 (0)