Skip to content
  • Simon Marlow's avatar
    [project @ 2002-09-25 12:47:42 by simonmar] · 46732ee6
    Simon Marlow authored
    The variable in a foreign declaration should be 'var' not 'varid',
    which means that the following should be legal:
    
    	foreign export "plusInt" (+) :: Int -> Int -> Int
    
    (this example is even in the FFI spec!)
    46732ee6