Sha256: bba1e6d4d4a2d0f2a6ba314357b740dae72c7e3724eafa9cf889e106f8a15a4b
Contents?: true
Size: 296 Bytes
Versions: 23
Compression:
Stored size: 296 Bytes
Contents
# typed: true module Mangrove module Option class Some # sig { params(other: Option[InnerType]).returns(T::Boolean) } # def ==(other); end end class None # sig { params(other: Option[InnerType]).returns(T::Boolean) } # def ==(other); end end end end
Version data entries
23 entries across 23 versions & 1 rubygems