Re: [GHC] #6135: Unboxed Booleans

#6135: Unboxed Booleans ---------------------------------+------------------------------------------ Reporter: benl | Owner: jstolarek Type: feature request | Status: patch Priority: normal | Milestone: 7.8.1 Component: Compiler | Version: 7.4.1 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: #605 | ---------------------------------+------------------------------------------ Comment(by simonpj): I'd do it all on the same branch (eg on github.) and as part of one ticket. It should be easy to fix the 'deriving' code (in `TcGenDeriv`). I don't care much about names, but I'd have thought: {{{ gtChar# :: Char# -> Char# -> Word# -- Primop gtCharB# :: Char# -> Char# -> Bool -- Wrapper }}} etc -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/6135#comment:36 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC