diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2015-10-28 09:41:27 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2015-10-28 09:46:22 +0000 |
commit | 04b0a73a2a418e1ca9c282ab3f2b4fe216911fdd (patch) | |
tree | 9914155e4873cd7a1b3c3dcee8fe12119b2ddbf2 /utils | |
parent | 9fc2d777f53110040f48ab27643a16888fa377f5 (diff) | |
download | haskell-04b0a73a2a418e1ca9c282ab3f2b4fe216911fdd.tar.gz |
Pattern synonyms: swap provided/required
This patch swaps the order of provided and required constraints in
a pattern signature, so it now goes
pattern P :: req => prov => t1 -> ... tn -> res_ty
See the long discussion in Trac #10928.
I think I have found all the places, but I could have missed something
particularly in comments.
There is a Haddock changes; so a submodule update.
Diffstat (limited to 'utils')
m--------- | utils/haddock | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/utils/haddock b/utils/haddock -Subproject 85b7ed6147c18611b5ef6b606f157086a8203e7 +Subproject 18de4f2f992d3ed41eb83cb073e63304f0271dc |