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 f105db8 commit ce95a62Copy full SHA for ce95a62
analysis/src/SharedTypes.ml
@@ -248,7 +248,7 @@ let locTypeToString = function
248
| Typed (e, locKind) ->
249
"Typed " ^ Shared.typeToString e ^ " " ^ locKindToString locKind
250
| Constant _ -> "Constant"
251
- | LModule _ -> "LModule"
+ | LModule locKind -> "LModule " ^ locKindToString locKind
252
| TopLevelModule _ -> "TopLevelModule"
253
| TypeDefinition _ -> "TypeDefinition"
254
0 commit comments