[commit: packages/containers] cleaned_bugfix394, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-408-bugfix_394: Clean up fromList (56c1faf)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:43:54 UTC 2017


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

On branches: cleaned_bugfix394,master,merge-doc-target,merge-fixes-5.9,merge-restrict-fix-5.8,revert-408-bugfix_394
Link       : http://git.haskell.org/packages/containers.git/commitdiff/56c1fafbb31d48ee0b1dbf5e071a68e491a2058b

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

commit 56c1fafbb31d48ee0b1dbf5e071a68e491a2058b
Author: David Feuer <David.Feuer at gmail.com>
Date:   Wed Jun 15 17:55:41 2016 -0400

    Clean up fromList
    
    Remove unnecessary `s` parameter for tree top.
    
    Remove unnecessary `let`s, and generally make things neater.
    
    Make trees lean left.
    
    Use local type signatures under GHC, where scoped
    type variables are available.
    
    Remove unnecessary bang patterns.
    
    Begin to document design.


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

56c1fafbb31d48ee0b1dbf5e071a68e491a2058b
 Data/Sequence.hs | 250 +++++++++++++++++++++++++++++++++++++++----------------
 changelog.md     |  10 ++-
 2 files changed, 185 insertions(+), 75 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 56c1fafbb31d48ee0b1dbf5e071a68e491a2058b


More information about the ghc-commits mailing list