Re: Foreign type

Peter Eriksen <[email protected]> 18 May 2005 20:36:32 +0200
Newsgroups gmane.comp.lang.haskell.ffi
Message-ID <[email protected]>
Monique Louise <[email protected]> writes:

> Hi all,
> 
>   does anyone know what package should be imported to make GHC accept
> a declaration like "foreign type dotnet "BigInteger" BigInteger" ?
> I've searched at Google, GHC and FFI documentation but I haven't found
> anything.

Do you mean "foreign import ..." maybe?

-Peter