From: Jim Date: Sun, 1 Feb 2015 18:04:38 +0000 (-0500) Subject: tweak week1 X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=c10e4dd6e3e70551ba4e619dff1363c54af53afa;hp=199d99a994e1801b4ef884bda4cce38470ef6fa1 tweak week1 --- diff --git a/topics/week1.mdwn b/topics/week1.mdwn index 430cc5dd..7f717d9a 100644 --- a/topics/week1.mdwn +++ b/topics/week1.mdwn @@ -626,7 +626,7 @@ Here is the hierarcy of **values** that we've talked about so far. * Booleans (or truth-values) * Functions: these are not literals, but instead have to be generated by evaluating complex expressions * Containers, including: - * the literals `[]` and `{}` + * the **literal containers** `[]` and `{}` * Non-empty sequences * Non-empty sets * Tuples proper and other containers, to be introduced later