[commit: ghc] master: user-guide: Delete errant fragment (38666bd)

git at git.haskell.org git at git.haskell.org
Tue Jan 19 08:00:38 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/38666bda4517856eae3228c2119a97c32aa3fc40/ghc

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

commit 38666bda4517856eae3228c2119a97c32aa3fc40
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


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

38666bda4517856eae3228c2119a97c32aa3fc40
 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 1457274..4323b3a 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