[commit: ghc] master: Fix a comment: triple -> tuple (f9d26e5)
git at git.haskell.org
git at git.haskell.org
Fri Apr 8 15:16:41 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f9d26e58b1c31a446f46ea89b26cb7ad6b273056/ghc
>---------------------------------------------------------------
commit f9d26e58b1c31a446f46ea89b26cb7ad6b273056
Author: Bartosz Nitka <niteria at gmail.com>
Date: Fri Apr 8 08:17:58 2016 -0700
Fix a comment: triple -> tuple
Someone must have forgotten to change this.
>---------------------------------------------------------------
f9d26e58b1c31a446f46ea89b26cb7ad6b273056
compiler/coreSyn/CoreUtils.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/coreSyn/CoreUtils.hs b/compiler/coreSyn/CoreUtils.hs
index 1d9b83b..82be8d9 100644
--- a/compiler/coreSyn/CoreUtils.hs
+++ b/compiler/coreSyn/CoreUtils.hs
@@ -1515,7 +1515,7 @@ dataConInstPat :: [FastString] -- A long enough list of FSs to use for
-> DataCon
-> [Type] -- Types to instantiate the universally quantified tyvars
-> ([TyVar], [Id]) -- Return instantiated variables
--- dataConInstPat arg_fun fss us con inst_tys returns a triple
+-- dataConInstPat arg_fun fss us con inst_tys returns a tuple
-- (ex_tvs, arg_ids),
--
-- ex_tvs are intended to be used as binders for existential type args
More information about the ghc-commits
mailing list