Tezos_client_alpha.LimitSourceThis helper module allows to handle partially specified limits during the injection process.
A value of type 'a t is either unknown of known.
val join :
where:string ->
('a -> 'a -> bool) ->
'a t ->
'a t ->
'a t Tezos_base.TzPervasives.tzresultjoin ~where eq x y computes the order-theoretic union of x and y. If both x and y are not Unknown, the function fails iff their contents are not equal according to eq.