[commit: packages/containers] cleaned_bugfix394, master, merge-doc-target, revert-408-bugfix_394: Add MonadZip Seq and Tree instances (5c88f63)
git at git.haskell.org
git at git.haskell.org
Mon Apr 17 21:47:08 UTC 2017
Repository : ssh://git@git.haskell.org/containers
On branches: cleaned_bugfix394,master,merge-doc-target,revert-408-bugfix_394
Link : http://git.haskell.org/packages/containers.git/commitdiff/5c88f634b14f6cff39a85201dababccc70672daf
>---------------------------------------------------------------
commit 5c88f634b14f6cff39a85201dababccc70672daf
Author: David Feuer <David.Feuer at gmail.com>
Date: Wed Dec 28 11:41:56 2016 -0500
Add MonadZip Seq and Tree instances
Add `MonadZip` instances for `Data.Sequence.Seq` and
`Data.Tree.Tree`.
Fixes #374
>---------------------------------------------------------------
5c88f634b14f6cff39a85201dababccc70672daf
Data/Sequence/Internal.hs | 106 ++++++++++++++++++++++++++++++++++++++++++++++
Data/Tree.hs | 13 ++++++
tests/seq-properties.hs | 54 +++++++++++++++++++++++
3 files changed, 173 insertions(+)
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 5c88f634b14f6cff39a85201dababccc70672daf
More information about the ghc-commits
mailing list