[GHC] #10145: :info (->) should list its fixity
#10145: :info (->) should list its fixity -------------------------------------+------------------------------------- Reporter: oerjan | Owner: Type: bug | Status: new Priority: low | Milestone: Component: GHCi | Version: 7.8.3 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: Documentation Unknown/Multiple | bug Test Case: | Blocked By: Blocking: | Related Tickets: Differential Revisions: | -------------------------------------+------------------------------------- The GHC manual states:
* Function arrow is `infixr` with fixity 0. (This might change; I'm not sure what it should be.)
Since this isn't the default `infixl 9`, it should be listed when you do `:info (->)`, but currently (at least in 7.8.3) isn't. (Inspired by [http://stackoverflow.com/questions/28916291/associativity- of/28916978#28916978 this Stackoverflow question].) -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10145> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#10145: :info (->) should list its fixity -------------------------------------+------------------------------------- Reporter: oerjan | Owner: Type: bug | Status: new Priority: low | Milestone: Component: GHCi | Version: 7.8.3 Resolution: | Keywords: newcomer Operating System: Unknown/Multiple | Architecture: Type of failure: Documentation | Unknown/Multiple bug | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by goldfire): * keywords: => newcomer -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10145#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#10145: :info (->) should list its fixity -------------------------------------+------------------------------------- Reporter: oerjan | Owner: phadej Type: bug | Status: new Priority: low | Milestone: Component: GHCi | Version: 7.8.3 Resolution: | Keywords: newcomer Operating System: Unknown/Multiple | Architecture: Type of failure: Documentation | Unknown/Multiple bug | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: Phab:D741 -------------------------------------+------------------------------------- Changes (by phadej): * owner: => phadej * differential: => Phab:D741 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10145#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#10145: :info (->) should list its fixity -------------------------------------+------------------------------------- Reporter: oerjan | Owner: phadej Type: bug | Status: new Priority: low | Milestone: Component: GHCi | Version: 7.8.3 Resolution: | Keywords: newcomer Operating System: Unknown/Multiple | Architecture: Type of failure: Documentation | Unknown/Multiple bug | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: Phab:D741 -------------------------------------+------------------------------------- Comment (by Thomas Miedema <thomasmiedema@…>): In [changeset:"0721e552b863c28ffb5920c70b208947831c3dc2/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="0721e552b863c28ffb5920c70b208947831c3dc2" Fake (->) fixity declaration (#10145) Reviewed By: simonpj, austin Differential Revision: https://phabricator.haskell.org/D741 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10145#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#10145: :info (->) should list its fixity -------------------------------------+------------------------------------- Reporter: oerjan | Owner: phadej Type: bug | Status: new Priority: low | Milestone: 7.12.1 Component: GHCi | Version: 7.8.3 Resolution: | Keywords: newcomer Operating System: Unknown/Multiple | Architecture: Type of failure: Documentation | Unknown/Multiple bug | Test Case: Blocked By: | ghci/should_run/T10145 Related Tickets: | Blocking: | Differential Revisions: Phab:D741 -------------------------------------+------------------------------------- Changes (by thomie): * testcase: => ghci/should_run/T10145 * milestone: => 7.12.1 Comment: Thanks! -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10145#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#10145: :info (->) should list its fixity -------------------------------------+------------------------------------- Reporter: oerjan | Owner: phadej Type: bug | Status: closed Priority: low | Milestone: 7.12.1 Component: GHCi | Version: 7.8.3 Resolution: fixed | Keywords: newcomer Operating System: Unknown/Multiple | Architecture: Type of failure: Documentation | Unknown/Multiple bug | Test Case: Blocked By: | ghci/should_run/T10145 Related Tickets: | Blocking: | Differential Revisions: Phab:D741 -------------------------------------+------------------------------------- Changes (by thomie): * status: new => closed * resolution: => fixed -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10145#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC