[commit: ghc] ghc-8.0: user-guide: Delete errant fragment (614adc3)

git at git.haskell.org git at git.haskell.org
Tue Jan 19 10:05:58 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/614adc390c73ac232a3c645efb04612063c7fdbf/ghc

>---------------------------------------------------------------

commit 614adc390c73ac232a3c645efb04612063c7fdbf
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Mon Jan 18 23:13:29 2016 +0100

    user-guide: Delete errant fragment
    
    Reviewers: austin
    
    Reviewed By: austin
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D1796
    
    (cherry picked from commit 38666bda4517856eae3228c2119a97c32aa3fc40)


>---------------------------------------------------------------

614adc390c73ac232a3c645efb04612063c7fdbf
 docs/users_guide/glasgow_exts.rst | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index c6cacab..656b9d8 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -90,8 +90,6 @@ here.
 Unboxed types
 -------------
 
-Unboxed types (Glasgow extension)
-
 Most types in GHC are boxed, which means that values of that type are
 represented by a pointer to a heap object. The representation of a
 Haskell ``Int``, for example, is a two-word heap object. An unboxed



More information about the ghc-commits mailing list