We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent8d85332 commite9bfa81Copy full SHA for e9bfa81
src/fsharp/check.fs
@@ -1073,7 +1073,7 @@ let CheckTopBinding cenv env (TBind(v,e,_) as bind) =
1073
1074
letcheck skipValCheck nm=
1075
ifnot skipValCheck&&
1076
- v.IsModuleBinding&&
+ v.IsModuleBinding&&
1077
tcref.ModuleOrNamespaceType.AllValsByLogicalName.ContainsKey(nm)&&
1078
not(valEq tcref.ModuleOrNamespaceType.AllValsByLogicalName.[nm] v)then
1079
@@ -1205,9 +1205,9 @@ let CheckEntityDefn cenv env (tycon:Entity) =
1205
1206
letimmediateProps= GetImmediateIntrinsicPropInfosOfType(None,AccessibleFromSomewhere) cenv.g cenv.amap m typ
1207
1208
-letgetHash(hash:Dictionary<string,_>)nm=
+letgetHash(hash:Dictionary<string,_>)nm=
1209
if hash.ContainsKey(nm)then hash.[nm]else[]
1210
-
+
1211
// precompute methods grouped by MethInfo.LogicalName
1212
lethashOfImmediateMeths=
1213
leth=new Dictionary<string,_>()