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