[GHC] #8007: Missing space in `rec` documentation

#8007: Missing space in `rec` documentation ------------------------------+--------------------------------------------- Reporter: guest | Owner: Type: bug | Status: new Priority: normal | Component: Documentation Version: 7.6.3 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: Documentation bug | Blockedby: Blocking: | Related: ------------------------------+--------------------------------------------- One of the code examples in http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax- extns.html#idp47740432 is: {{{ vs <- mfix (\~vs -> do { ss; return vs }) }}} This is a syntax error. There should be a space between `\` and `~` because otherwise it will be parsed as a single operator `\~`. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/8007 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8007: Missing space in `rec` documentation
------------------------------+---------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: new
Priority: normal | Component: Documentation
Version: 7.6.3 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: Documentation bug | Blockedby:
Blocking: | Related:
------------------------------+---------------------------------------------
Comment(by ian@…):
commit 451e0dd875274aeb492a681bcdf944ab6deac39f
{{{
Author: Ian Lynagh

#8007: Missing space in `rec` documentation --------------------------------+------------------------------------------- Reporter: guest | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Documentation | Version: 7.6.3 Resolution: fixed | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: Documentation bug | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: --------------------------------+------------------------------------------- Changes (by igloo): * status: new => closed * difficulty: => Unknown * resolution: => fixed Comment: Fixed, thanks -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/8007#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8007: Missing space in `rec` documentation --------------------------------+------------------------------------------- Reporter: guest | Owner: Type: bug | Status: closed Priority: normal | Milestone: 7.8.1 Component: Documentation | Version: 7.6.3 Resolution: fixed | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: Documentation bug | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: --------------------------------+------------------------------------------- Changes (by igloo): * milestone: => 7.8.1 -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/8007#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC