class LeftProjection
      class << self
        # @return [LeftProjection] Returns a +LeftProjection+ of the +Left+ of the given value
        def unit(value)
          self.new(Left(value))