From c09bd7005b179db8ab4c09c4c60be32d1a1c8881 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 25 Feb 2015 20:59:24 -0500 Subject: [PATCH 1/1] --- topics/_week5_system_F.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0