Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • docs/users_guide/exts/gadt_syntax.rst
    ... ... @@ -387,6 +387,6 @@ type declarations.
    387 387
     
    
    388 388
        ::
    
    389 389
     
    
    390
    -          infix 6 (:--:)
    
    390
    +          infix 6 :--:
    
    391 391
               data T a where
    
    392 392
                 (:--:) :: Int -> Bool -> T Int