Class: Module
- Inherits:
-
Object
- Object
- Module
- Defined in:
- lib/haskell.rb,
lib/haskell/type_pair.rb
Instance Method Summary collapse
Instance Method Details
#>=(r) ⇒ Object
4 5 6 |
# File 'lib/haskell/type_pair.rb', line 4 def >=(r) TypePair.new(self, r) end |