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 cc39ddd commit 318f2c2Copy full SHA for 318f2c2
src/analyses/commonPriv.ml
@@ -83,7 +83,7 @@ struct
83
end
84
module V =
85
struct
86
- include Printable.Either3 (VMutex) (VMutexInits) (VGlobal)
+ include Printable.Either3Conf (struct include Printable.DefaultConf let expand2 = false end) (VMutex) (VMutexInits) (VGlobal)
87
let name () = "MutexGlobals"
88
let mutex x: t = `Left x
89
let mutex_inits: t = `Middle ()
0 commit comments