Module Either_intf.S.Export

module Export: sig .. end

type ('f, 's) _either = ('f, 's) Either_intf.S.t = 
| First of 'f
| Second of 's