diff options
author | Takano Akio <aljee@hyper.cx> | 2012-08-16 11:13:47 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-08-16 11:13:47 +0100 |
commit | 41c7342e7937dab55d082a0c5612f783e7eaa855 (patch) | |
tree | 19c865ea2390e4720c0d61907f65399f0b2b37a9 /docs | |
parent | de07bf2657fc5709331ad933b5563fac97b1a05b (diff) | |
download | haskell-41c7342e7937dab55d082a0c5612f783e7eaa855.tar.gz |
Allow a vew pattern or bang pattern in a record pattern.
e.g.
data T = MkT { x,y :: Int }
f (MkT { x = !v, y = negate -> w }) = v + w
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions