[GHC] #8658: Document Proxy#
#8658: Document Proxy# ------------------------------------+------------------------------------- Reporter: goldfire | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Documentation | Version: 7.7 Keywords: | Operating System: Unknown/Multiple Architecture: Unknown/Multiple | Type of failure: None/Unknown Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ------------------------------------+------------------------------------- Commit [https://github.com/ghc/ghc/commit/17112084f87d7ccebf639068b85948190d52c6ba 17112084f87d7ccebf639068b85948190d52c6ba] introduced a new type `Proxy#` to `GHC.Prim`. However, I don't see any documentation for this type in the `GHC.Prim` haddock docs, or anywhere else. We should add this. A little poking around tells me that `compiler/prelude/primops.txt.pp` is the place to do it. But, I'm not familiar with that file's syntax, nor am I 100% familiar with `Proxy#`, so I don't think I'm the one to do it. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8658> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8658: Document Proxy# -------------------------------------+------------------------------------ Reporter: goldfire | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Documentation | Version: 7.7 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 thoughtpolice): Good catch. I'm validating a patch and checking it now... -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8658#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8658: Document Proxy# -------------------------------------+------------------------------------ Reporter: goldfire | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Documentation | Version: 7.7 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 Austin Seipp <austin@…>): In [changeset:"d4f0fcf368765ae4aa7ebe914bc2f254026694c8/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="d4f0fcf368765ae4aa7ebe914bc2f254026694c8" Document Proxy# (#8658) Signed-off-by: Austin Seipp <austin@well-typed.com> }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8658#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8658: Document Proxy# -------------------------------------+------------------------------------ Reporter: goldfire | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Documentation | Version: 7.7 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by thoughtpolice): * status: new => closed * resolution: => fixed Comment: Thanks Richard! -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8658#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC