[GHC] #14267: CLong is not what it seems on Windows
GHC
ghc-devs at haskell.org
Thu Sep 21 21:12:37 UTC 2017
#14267: CLong is not what it seems on Windows
-------------------------------------+-------------------------------------
Reporter: nh2 | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.2.1
Resolution: | Keywords:
Operating System: Windows | Architecture:
Type of failure: Documentation | Unknown/Multiple
bug | Test Case:
Blocked By: | Blocking:
Related Tickets: #14262 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by slyfox):
I wonder if it's just how haddock expands INTEGRAL_TYPE on amd64-linux:
{{{#!hs
-- | Haskell type representing the C @long@ type.
INTEGRAL_TYPE(CLong,HTYPE_LONG)
}}}
I suspect on i386-linux haddock would say Int32.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14267#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list