package octez-proto-libs

  1. Overview
  2. Docs
type ('a, 'b) left_or_right_list = [
  1. | `Left of 'a list
  2. | `Right of 'b list
]
val combine_with_leftovers : 'a list -> 'b list -> ('a * 'b) list * [> `Left of 'a list | `Right of 'b list ] option
OCaml

Innovation. Community. Security.