Sha256: ae4921c50b5e6933b99749ea095142be8df62c0f36e251e042080030f13d3423

Contents?: true

Size: 122 Bytes

Versions: 2

Compression:

Stored size: 122 Bytes

Contents

class TypePair < Struct.new(:last_arg_type, :rtn_type); end

class Module
  def >=(r)
    TypePair.new(self, r)
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
rubype-0.1.0 lib/rubype/type_pair.rb
haskell-0.1.0 lib/haskell/type_pair.rb