Mavryk_raw_protocol_alpha.Dependent_bool
Dependent booleans
'b dbool
is a boolean whose value depends on its type parameter 'b
. yes dbool
can only be Yes
. no dbool
can only be No
.
('a, 'b, 'r) dand
is a witness of the logical conjunction of dependent booleans. 'r
is the result of 'a
and 'b
.
Result of the logical conjunction of dependent booleans.
Type equality witness.