X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;f=topics%2F_week5_system_F.mdwn;h=72d07b318daec8fd4905bcc117bf32b963f14aec;hb=257df74b3048e6d5b59305ee83745a0bdc4153b1;hp=150794e56f74ec4f0e3f3227cc00a7b5aae92938;hpb=c5af457bdb867070ee60cfc6994114c5d25dfb27;p=lambda.git diff --git a/topics/_week5_system_F.mdwn b/topics/_week5_system_F.mdwn index 150794e5..72d07b31 100644 --- a/topics/_week5_system_F.mdwn +++ b/topics/_week5_system_F.mdwn @@ -200,8 +200,8 @@ be strongly normalizing, from which it follows that System F is not Turing complete. -Types in OCaml --------------- +#Types in OCaml + OCaml has type inference: the system can often infer what the type of an expression must be, based on the type of other known expressions.