Module Tezos_protocol_environment_016_PtMumbai.EitherSource
Sourcetype (!'a, !'b) t = ('a, 'b) Either.t = | Left of 'a| Right of 'b
Sourceval equal :
left:('a -> 'a -> bool) ->
right:('b -> 'b -> bool) ->
('a, 'b) t ->
('a, 'b) t ->
bool Sourceval compare :
left:('a -> 'a -> int) ->
right:('b -> 'b -> int) ->
('a, 'b) t ->
('a, 'b) t ->
int