Re: System.Info.os
Neil Mitchell <[email protected]> Thu, 17 Nov 2005 00:30:48 +0000
| Newsgroups | gmane.comp.lang.haskell.cvs.hugs |
|---|---|
| Message-ID | <404396ef0511161630m2f5f083dse8e7dc48557a10ae__9374.39247868515$1132187489$gmane$org@mail.gmail.com> |
> FFI stubs are generated and compiled by ffihugs. I'm guessing that > Neil hasn't worried about hooking in ffihugs because the old winhugs > predates ffihugs, and batch compilation doesn't fit very well with the > interactive environment. I don't use FFI, so i haven't really looked at it at all. Having said that, some examples such as the Win32 examples I think use FFI, and they work fine - although I have no idea what they are actually doing beneath the surface. Thanks Neil