Spec.V
include sig ... end
val hash : t -> int
val pretty : unit -> t -> Printable.Pretty.doc
val show :
[< `Left of Node.t
| `Middle of LockDomain.MustLock.t
| `Right of BoolDomain.Bool.t ] ->
string
val printXml :
'a BatInnerIO.output ->
[< `Left of Node.t
| `Middle of LockDomain.MustLock.t
| `Right of BoolDomain.Bool.t ] ->
unit
val to_yojson :
[< `Left of Node.t
| `Middle of LockDomain.MustLock.t
| `Right of BoolDomain.Bool.t ] ->
Yojson.Safe.t
val relift :
[< `Left of Node.t
| `Middle of LockDomain.MustLock.t
| `Right of BoolDomain.Bool.t ] ->
[> `Left of Node.t
| `Middle of LockDomain.MustLock.t
| `Right of BoolDomain.Bool.t ]