containers
CCShimsEither_
containers.codegen
containers.monomorphic
containers.top
containers.unix
type ('a, 'b) t = ('a, 'b) Either.t =
| Left of 'a
| Right of 'b