Module Lattice.Lift2ConfSource
Parameters
Signature
include sig ... end
val arbitrary : unit -> 'aval show :
[< `Bot | `Lifted1 of Base1.t | `Lifted2 of Base2.t | `Top ] ->
stringval relift :
([< `Bot | `Lifted1 of Base1.t | `Lifted2 of Base2.t | `Top Lifted1 Lifted2 ] as 'a) ->
'aval name : unit -> stringSourceval bot : unit -> [> `Bot ] Sourceval is_bot : [> `Bot ] -> bool Sourceval top : unit -> [> `Top ] Sourceval is_top : [> `Top ] -> bool