diff options
| author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-10 19:10:18 +0100 |
|---|---|---|
| committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-10-12 08:19:19 +0100 |
| commit | 9991890d284272e03f95ad9995bf21ec56ec7524 (patch) | |
| tree | 60dffe3d5d6dc5e958fc922c25ec821c8ff570b4 /compiler/codeGen | |
| parent | 55478b1ef856d47fba7e7dbd86baa88030d1b1cf (diff) | |
| download | haskell-9991890d284272e03f95ad9995bf21ec56ec7524.tar.gz | |
Ensure we produce a FunTy for functions (Trac #7312)
The issue here was with a function type written prefix
(->) a b
where we were not generating a FunTy, which blew the
invariant that function types are always FunTys. We
can't look at the TyCon directly because it may be
knot-tied, so we look at the name instead.
Diffstat (limited to 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions
