[commit: nofib] master: Typo in comment (317148f)
git at git.haskell.org
git at git.haskell.org
Fri Jan 10 18:31:23 UTC 2014
Repository : ssh://git@git.haskell.org/nofib
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/317148f9fb9d39c408f48d9b4f14c20ef9697ee4/nofib
>---------------------------------------------------------------
commit 317148f9fb9d39c408f48d9b4f14c20ef9697ee4
Author: Gabor Greif <ggreif at gmail.com>
Date: Fri Jan 10 19:30:27 2014 +0100
Typo in comment
>---------------------------------------------------------------
317148f9fb9d39c408f48d9b4f14c20ef9697ee4
real/PolyGP/Unify.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/real/PolyGP/Unify.hs b/real/PolyGP/Unify.hs
index 7461049..3fbe4a3 100644
--- a/real/PolyGP/Unify.hs
+++ b/real/PolyGP/Unify.hs
@@ -145,7 +145,7 @@ member var typeExp = case typeExp of
-- unify function ----------------------------------------------------------------------------------
--
-- This function takes a list of Type Expression Pairs, a Theta (binding of temporary type variables
--- or binding of dummy type varialbes). It unifies each pair in the list and returns a new Theta.
+-- or binding of dummy type variables). It unifies each pair in the list and returns a new Theta.
-- This function is used in two separate occasions: to bind dummy type variables in a polymorphic
-- function and to bind temporary type variables in the parse tree. The two occassions are handled
-- separately. Hence 2. & 4. can't never be used at the same time.
More information about the ghc-commits
mailing list