[commit: ghc] master: Refactor Foreign.Marshal modules for more modern style (62cd440)
git at git.haskell.org
git at git.haskell.org
Sat Sep 8 06:56:29 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/62cd44013eaa6f366d4130492a9d6c50b0765d54/ghc
>---------------------------------------------------------------
commit 62cd44013eaa6f366d4130492a9d6c50b0765d54
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date: Sat Sep 8 09:55:45 2018 +0300
Refactor Foreign.Marshal modules for more modern style
(use ScopedTypeVariables to remove dummy arguments)
Reviewers: bgamari, RyanGlScott, dfeuer, hvr, monoidal
Reviewed By: monoidal
Subscribers: monoidal, rwbarton, carter
Differential Revision: https://phabricator.haskell.org/D5124
>---------------------------------------------------------------
62cd44013eaa6f366d4130492a9d6c50b0765d54
libraries/base/Foreign/Marshal/Array.hs | 54 ++++++++++-----------------------
libraries/base/Foreign/Marshal/Pool.hs | 33 +++++++-------------
2 files changed, 27 insertions(+), 60 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 62cd44013eaa6f366d4130492a9d6c50b0765d54
More information about the ghc-commits
mailing list