
#13027: Core lint errors compiling containers HEAD with GHC HEAD -------------------------------------+------------------------------------- Reporter: erikd | Owner: Type: bug | Status: new Priority: normal | Milestone: 8.2.1 Component: Compiler | Version: 8.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by RyanGlScott): A workaround is to define your own `isTrue#` function: {{{#!hs isTrue# :: Int# -> Bool isTrue# 1# = True isTrue# _ = False {-# INLINE isTrue# #-} }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13027#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler