From: chris Date: Thu, 26 Feb 2015 01:59:24 +0000 (-0500) Subject: (no commit message) X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=c09bd7005b179db8ab4c09c4c60be32d1a1c8881 --- diff --git a/topics/_week5_system_F.mdwn b/topics/_week5_system_F.mdwn index 1e3edbcb..4afb43ba 100644 --- a/topics/_week5_system_F.mdwn +++ b/topics/_week5_system_F.mdwn @@ -70,7 +70,7 @@ variables in its body, except that unlike λ, Λ binds type variables instead of expression variables. So in the expression -Λ 'a (λ x:'a . x) +Λ Î± (λ x:α . x) the Λ binds the type variable `'a` that occurs in the λ abstract. Of course, as long as type