diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2019-02-15 09:56:06 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-02-17 19:58:29 -0500 |
commit | 1f1b9e356a873ec7da84cdac2a7850ecb2b32ea9 (patch) | |
tree | 44fea568c24fc4cc0a394111edbd7f8be62d1ee5 /compiler/cbits/genSym.c | |
parent | 0fff3ae6d2b821cacf33193b85307588402f1748 (diff) | |
download | haskell-1f1b9e356a873ec7da84cdac2a7850ecb2b32ea9.tar.gz |
Get rid of tcm_smart from TyCoMapper
Following a succession of refactorings of the type checker,
culminating in the patch
Make a smart mkAppTyM
we have got rid of mkNakedAppTy etc. And that in turn
meant that the tcm_smart field of the generic TyCoMapper
(in Type.hs) was entirely unused. It was always set to True.
So this patch just gets rid of it completely. Less code,
less complexity, and more efficient because fewer higher-order
function calls. Everyone wins.
No change in behaviour; this does not cure any bugs!
Diffstat (limited to 'compiler/cbits/genSym.c')
0 files changed, 0 insertions, 0 deletions