[project @ 2002-09-25 12:47:42 by simonmar]
authorsimonmar <unknown>
Wed, 25 Sep 2002 12:47:42 +0000 (12:47 +0000)
committersimonmar <unknown>
Wed, 25 Sep 2002 12:47:42 +0000 (12:47 +0000)
commit46732ee640c33bb2af8085d4785f511e9d89a95b
treeb394cfa8cdec2f0808c03157c6c609686f14d6dd
parentd76011037e023f66c89297a9ab130c476b9c124c
[project @ 2002-09-25 12:47:42 by simonmar]
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!)
ghc/compiler/parser/Parser.y