[GHC] #8904: haddock displays GHC.Types.Coercible as a datatype

#8904: haddock displays GHC.Types.Coercible as a datatype ------------------------------------+------------------------------------- Reporter: nomeata | Owner: Type: bug | Status: new Priority: low | Milestone: Component: GHC API | Version: 7.9 Keywords: | Operating System: Unknown/Multiple Architecture: Unknown/Multiple | Type of failure: None/Unknown Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ------------------------------------+------------------------------------- ...and not as a class. Appeared after #8894 was fixed. It is correct in Data.Coerce and GHC.Exts, so this is a minor issue. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8904 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8904: haddock displays GHC.Types.Coercible as a datatype -------------------------------------+------------------------------------ Reporter: nomeata | Owner: Type: bug | Status: new Priority: low | Milestone: Component: GHC API | Version: 7.9 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Comment (by Fuuzetsu): Any chance for a smaller test case than something in base? base is kind of a pain to work against. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8904#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8904: haddock displays GHC.Types.Coercible as a datatype -------------------------------------+------------------------------------ Reporter: nomeata | Owner: Type: bug | Status: new Priority: low | Milestone: Component: GHC API | Version: 7.9 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Comment (by nomeata): It’s in `ghc-prim`, not in base, if that helps :-) Otherwise, no: You need something that exports a datatype that GHC internally turns into a constraint, nothing you can have separate of GHC and ghc-prim, I think. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8904#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8904: haddock displays GHC.Types.Coercible as a datatype -------------------------------------+------------------------------------- Reporter: nomeata | Owner: Type: bug | Status: new Priority: low | Milestone: Component: GHC API | Version: 7.9 Resolution: | Keywords: Operating System: | Architecture: Unknown/Multiple Unknown/Multiple | Difficulty: Unknown Type of failure: | Blocked By: None/Unknown | Related Tickets: Test Case: | Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Comment (by thomie): Documentation bug is still present. Link to the documentation of [http://haskell.inf.elte.hu/docs/latest/html/libraries/ghc-prim-0.3.1.0 /GHC-Types.html#t:Coercible GHC.Types.Coercible]. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8904#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8904: haddock displays GHC.Types.Coercible as a datatype -------------------------------------+------------------------------------- Reporter: nomeata | Owner: Type: bug | Status: new Priority: low | Milestone: Component: GHC API | Version: 7.9 Resolution: | Keywords: Operating System: | Architecture: Unknown/Multiple Unknown/Multiple | Difficulty: Unknown Type of failure: | Blocked By: None/Unknown | Related Tickets: #8894 Test Case: | Blocking: | Differential Revisions: Phab:D300 | -------------------------------------+------------------------------------- Changes (by nomeata): * differential: => Phab:D300 * related: => #8894 Comment: I know. I believe that #8894 / Phab:D300 might fix this, but there is a problem that requires someone with knowledge of codegen and linker stuff to look at it. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8904#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8904: haddock displays GHC.Types.Coercible as a datatype -------------------------------------+------------------------------------- Reporter: nomeata | Owner: Type: bug | Status: closed Priority: low | Milestone: Component: GHC API | Version: 7.9 Resolution: worksforme | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: #8894 | Differential Rev(s): Phab:D300 Wiki Page: | -------------------------------------+------------------------------------- Changes (by thomie): * status: new => closed * resolution: => worksforme Comment: Seems fixed now. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8904#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC