diff options
author | David Feuer <david.feuer@gmail.com> | 2018-05-02 23:43:13 -0400 |
---|---|---|
committer | David Feuer <David.Feuer@gmail.com> | 2018-05-02 23:48:34 -0400 |
commit | 198db048f60f48b420ac4ad9264af57185b4b41a (patch) | |
tree | d6b165aceabd7bca733cd5120c370e0086fcd979 /testsuite | |
parent | 4cb5595e5e800818721a623a5419cad29a528000 (diff) | |
download | haskell-198db048f60f48b420ac4ad9264af57185b4b41a.tar.gz |
Set arity for absentError
* The note on how to prevent stable unfoldings from leading to
`case` on `absentError` was wrong. Make it reflect reality.
* Reviewing the above change, Simon noticed that we didn't
set an arity for `absentError`, which definitely has arity 1.
It may not matter much, since `absentError` usually vanishes
quickly, but we might as well set it properly, so now we do.
Reviewers: simonpj, bgamari
Reviewed By: simonpj
Subscribers: thomie, carter
Differential Revision: https://phabricator.haskell.org/D4655
Diffstat (limited to 'testsuite')
0 files changed, 0 insertions, 0 deletions