edits
authorChris <chris.barker@nyu.edu>
Mon, 23 Feb 2015 21:43:07 +0000 (16:43 -0500)
committerChris <chris.barker@nyu.edu>
Mon, 23 Feb 2015 21:43:07 +0000 (16:43 -0500)
topics/_week5_system_F.mdwn

index 559135e..fe451a0 100644 (file)
@@ -90,7 +90,7 @@ instantiated as a function from expresions of type `'a` to expressions
 of type `'a`.  In general, then, the type of the unapplied
 (polymorphic) identity function is
 
-<code>(&Lambda; 'a (&lambda; x:'a . x)): (&forall; 'a . 'a -> 'a)
+<code>(&Lambda; 'a (&lambda; x:'a . x)): (&forall; 'a . 'a -> 'a)</code>
 
 Pred in System F
 ----------------