Class: TypePair

Inherits:
Struct
  • Object
show all
Defined in:
lib/haskell/type_pair.rb

Instance Attribute Summary collapse

Instance Attribute Details

#last_arg_typeObject

Returns the value of attribute last_arg_type

Returns:

  • (Object)

    the current value of last_arg_type



1
2
3
# File 'lib/haskell/type_pair.rb', line 1

def last_arg_type
  @last_arg_type
end

#rtn_typeObject

Returns the value of attribute rtn_type

Returns:

  • (Object)

    the current value of rtn_type



1
2
3
# File 'lib/haskell/type_pair.rb', line 1

def rtn_type
  @rtn_type
end