Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a44c3d90249e381b57a5220f80ad4bee316ff48b >--------------------------------------------------------------- commit a44c3d90249e381b57a5220f80ad4bee316ff48b Author: Simon Peyton Jones <[email protected]> Date: Mon Mar 26 09:00:58 2012 +0100 Make the 'extract' functions to find free type variables of an HsType return RdrNames rather than (Located RdrNames). This means less clutter, and the individual locations are a bit arbitrary if a name occurs more than once. compiler/hsSyn/HsUtils.lhs | 4 ++-- compiler/parser/RdrHsSyn.lhs | 32 ++++++++++++++++---------------- compiler/rename/RnSource.lhs | 9 +++++++-- compiler/rename/RnTypes.lhs | 18 +++++++++--------- 4 files changed, 34 insertions(+), 29 deletions(-) Diff suppressed because of size. To see it, use: git show a44c3d90249e381b57a5220f80ad4bee316ff48b _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
