Class: TypePair
- Inherits:
-
Struct
- Object
- Struct
- TypePair
- Defined in:
- lib/haskell/type_pair.rb
Instance Attribute Summary collapse
-
#last_arg_type ⇒ Object
Returns the value of attribute last_arg_type.
-
#rtn_type ⇒ Object
Returns the value of attribute rtn_type.
Instance Attribute Details
#last_arg_type ⇒ Object
Returns the value of attribute last_arg_type
1 2 3 |
# File 'lib/haskell/type_pair.rb', line 1 def last_arg_type @last_arg_type end |
#rtn_type ⇒ Object
Returns the value of attribute rtn_type
1 2 3 |
# File 'lib/haskell/type_pair.rb', line 1 def rtn_type @rtn_type end |