@@ -103,7 +103,7 @@ module internal PrintUtilities =
103103 let tcref = attrib.TyconRef
104104 squareAngleL ( layoutTyconRefImpl true denv tcref)
105105
106- module private PrintIL =
106+ module PrintIL =
107107
108108 open Microsoft.FSharp .Compiler .AbstractIL .IL
109109
@@ -542,7 +542,7 @@ module private PrintIL =
542542 ( pre ^^ wordL " =" ) @@-- body
543543
544544
545- module private PrintTypes =
545+ module PrintTypes =
546546 // Note: We need nice printing of constants in order to print literals and attributes
547547 let layoutConst g ty c =
548548 let str =
@@ -1102,7 +1102,7 @@ module private PrintTypes =
11021102 layoutTypeWithInfoAndPrec denv SimplifyTypes.typeSimplificationInfo0 5 typ
11031103
11041104/// Printing TAST objects
1105- module private PrintTastMemberOrVals =
1105+ module PrintTastMemberOrVals =
11061106 open PrintTypes
11071107 let private layoutMember denv ( v : Val ) =
11081108 let v = mkLocalValRef v
@@ -1356,7 +1356,7 @@ module InfoMemberPrinting =
13561356//-------------------------------------------------------------------------
13571357
13581358/// Printing TAST objects
1359- module private TastDefinitionPrinting =
1359+ module TastDefinitionPrinting =
13601360 open PrintTypes
13611361
13621362 let layoutExtensionMember denv ( v : Val ) =
@@ -1764,7 +1764,7 @@ module private TastDefinitionPrinting =
17641764
17651765//--------------------------------------------------------------------------
17661766
1767- module private InferredSigPrinting =
1767+ module InferredSigPrinting =
17681768 open PrintTypes
17691769
17701770 /// Layout the inferred signature of a compilation unit
@@ -1843,7 +1843,7 @@ module private InferredSigPrinting =
18431843
18441844//--------------------------------------------------------------------------
18451845
1846- module private PrintData =
1846+ module PrintData =
18471847 open PrintTypes
18481848
18491849 /// Nice printing of a subset of expressions, e.g. for refutations in pattern matching
0 commit comments