Skip to content

Commit ce95a62

Browse files
committed
Debug: better printing of LModule.
1 parent f105db8 commit ce95a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis/src/SharedTypes.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ let locTypeToString = function
248248
| Typed (e, locKind) ->
249249
"Typed " ^ Shared.typeToString e ^ " " ^ locKindToString locKind
250250
| Constant _ -> "Constant"
251-
| LModule _ -> "LModule"
251+
| LModule locKind -> "LModule " ^ locKindToString locKind
252252
| TopLevelModule _ -> "TopLevelModule"
253253
| TypeDefinition _ -> "TypeDefinition"
254254

0 commit comments

Comments
 (0)