[commit: ghc] master: Increase constraint tuple limit to 62 (Trac #10451) (dd3080f)
git at git.haskell.org
git at git.haskell.org
Mon Jun 15 01:33:10 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/dd3080fe0263082f65bf2570f49189c277b12e28/ghc
>---------------------------------------------------------------
commit dd3080fe0263082f65bf2570f49189c277b12e28
Author: Nick Terrell <terrelln at umich.edu>
Date: Sun Jun 14 20:32:22 2015 -0500
Increase constraint tuple limit to 62 (Trac #10451)
* Increase max constraint tuple size to 62
* Modify test case to reflect change
Reviewed By: austin
Differential Revision: https://phabricator.haskell.org/D986
GHC Trac Issues: #10451
>---------------------------------------------------------------
dd3080fe0263082f65bf2570f49189c277b12e28
compiler/main/Constants.hs | 2 +-
libraries/ghc-prim/GHC/Classes.hs | 293 +++++++++++++++++++++++++++++++-
testsuite/tests/polykinds/T10451.hs | 30 +++-
testsuite/tests/polykinds/T10451.stderr | 8 +-
4 files changed, 328 insertions(+), 5 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 dd3080fe0263082f65bf2570f49189c277b12e28
More information about the ghc-commits
mailing list