From 8fd85c9d692f91a5b565bb0d54050c2ce6ac6ae2 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Sat, 29 Sep 2007 10:43:09 +0000 Subject: [PATCH] Small comment only --- compiler/types/TyCon.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/types/TyCon.lhs b/compiler/types/TyCon.lhs index 87ae25d..0ac3bf0 100644 --- a/compiler/types/TyCon.lhs +++ b/compiler/types/TyCon.lhs @@ -814,7 +814,7 @@ tcExpandTyCon_maybe, coreExpandTyCon_maybe Type, -- Body type (not yet substituted) [Type]) -- Leftover args --- For the *typechecker* view, we expand synonyms only +-- For the *typechecker* view, we expand (closed) synonyms only tcExpandTyCon_maybe (SynTyCon {tyConTyVars = tvs, synTcRhs = SynonymTyCon rhs }) tys = expand tvs rhs tys -- 1.7.10.4