Changes between Version 8 and Version 9 of ObjectiveC/Classes

Show
Ignore:
Timestamp:
01/13/09 06:11:21 (4 years ago)
Author:
chak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ObjectiveC/Classes

    v8 v9  
    2828For any class or instance method of a class implemented in Haskell, we have one `foreign export` statement; for example, 
    2929{{{ 
    30 foreign export objc "-[MyClass doSomethingCool:]" doSomethingCool :: MyClass -> UIView -> IO BOOL 
     30foreign export objc "-[MyClass doSomethingCool:]" doSomethingCool  
     31  :: MyClass -> UIView -> IO BOOL 
    3132}}} 
    3233