MainFunctor.V
include sig ... end
val hash : t -> int
val pretty : unit -> t -> Printable.Pretty.doc
val show : [< `Left of Priv.V.t | `Right of ThreadIdDomain.thread ] -> string
val printXml :
'a BatInnerIO.output ->
[< `Left of Priv.V.t | `Right of ThreadIdDomain.thread ] ->
unit
val to_yojson :
[< `Left of Priv.V.t | `Right of ThreadIdDomain.thread ] ->
Yojson.Safe.t
val relift :
[< `Left of Priv.V.t | `Right of ThreadIdDomain.thread ] ->
[> `Left of Priv.V.t | `Right of ThreadIdDomain.thread ]
include module type of struct include Analyses.StdV end