[GHC] #1037: primRepHint:VoidRep
GHC
trac at galois.com
Mon Dec 4 07:45:50 EST 2006
#1037: primRepHint:VoidRep
----------------------------+-----------------------------------------------
Reporter: igloo | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 6.8
Component: Compiler (FFI) | Version: 6.6
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Testcase: | Architecture: Unknown
Os: Unknown |
----------------------------+-----------------------------------------------
Comment (by simonmar):
I think the typechecker ought to be rejecting this foreign declaration, I
don't believe State# is supposed to be among the valid return types for a
foreign import. Why can't IO () be used here?
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1037>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list