[project @ 2003-01-23 16:01:33 by simonmar]
authorsimonmar <unknown>
Thu, 23 Jan 2003 16:01:33 +0000 (16:01 +0000)
committersimonmar <unknown>
Thu, 23 Jan 2003 16:01:33 +0000 (16:01 +0000)
commit6873f3d4d387ab6179ebd6983bc5460e3c93fbe4
tree5da8defd738b534a38ff31908ace7cf5d83798e3
parent0e42af3be366e0aaa2b6bc2d97eb5818395ac713
[project @ 2003-01-23 16:01:33 by simonmar]
Allow FFI declarations to have polymorphic types. eg:

foreign import ccall unsafe "stdlib.h &free" pFree :: FunPtr (Ptr a -> IO ())

(the change actually removed a line, the extra lines are because I
reformatted an import declaration).
ghc/compiler/typecheck/TcType.lhs